ng-sidebar
ng-sidebar copied to clipboard
Fixed navbar inside 'ng-sidebar-content'
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.
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.