When the nav is positioned on the right it breaks when fixed positioning is set.
Suggested Fix
Add a wrapper div to the nav to set the layout, apply the fixed positioning just to the nav. As long as left and right aren't set, the nav will float within the bounds of the wrapper div.
Issue
When the nav is positioned on the right it breaks when fixed positioning is set.
Suggested Fix
Add a wrapper
div
to thenav
to set the layout, apply the fixed positioning just to the nav. As long asleft
andright
aren't set, the nav will float within the bounds of the wrapper div.