Skip to content

Commit

Permalink
feat(sidebar): add ability fix sidebar container on low resolutions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored and nnixaa committed Aug 17, 2018
1 parent 3dd3bac commit efa16ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit efa16ef

Please sign in to comment.