diff --git a/src/framework/theme/components/sidebar/sidebar.component.ts b/src/framework/theme/components/sidebar/sidebar.component.ts index bab195e3c3..b0432c1c97 100644 --- a/src/framework/theme/components/sidebar/sidebar.component.ts +++ b/src/framework/theme/components/sidebar/sidebar.component.ts @@ -381,7 +381,7 @@ export class NbSidebarComponent implements OnChanges, OnInit, OnDestroy { const isCompacted = this.compactedBreakpoints.includes(current.name); if (isCompacted) { - this.fixed = true; + this.fixed = this.containerFixedValue; this.compact(); this.responsiveState = NbSidebarComponent.RESPONSIVE_STATE_TABLET; }