ng-sidebar icon indicating copy to clipboard operation
ng-sidebar copied to clipboard

Fixed navbar inside 'ng-sidebar-content'

Open urvesh21 opened this issue 8 years ago • 1 comments

I am showing an angular2 component inside ng-sidebar-content tag. The component contains fixed navbar. All the elements in that component are aligned perfect inside ng-sidebar-content tag except fixed navbar.

urvesh21 avatar Jul 15 '17 17:07 urvesh21

I think this is related to #102. The content component uses some weird absolute positioning to make certain things possible, so it doesn't play friendly with fixed divs. There's no proper fix for it right now, I'll need to look into it and see if there's a better way to go about doing it. If your design permits, you could keep the fixed element outside of the content component.

arkon avatar Jul 15 '17 17:07 arkon