luxbar
luxbar copied to clipboard
IE11 too big header, list items partially/not visible
In IE 11.0.9600 in PC mode (window bigger than 768px) menu items are only partially visible.
Luxbar header is too big. While resizing it swipes the menu items out of the screen. For width bigger than 995 no menu item was visible.
Below screenshot for ~800px width:
When window is smaller than 768 it turns on hamburger mode, which works fine.
Thanks for pointing this out. I will look into it as soon as I get my hand on a windows machine.
Looks similar to this one: Flexbugs: Column flex items set to align-items: center overflow their container found here: canIuse / Known issues tab ;)
Workarround:
.luxbar-navigation {
justify-content: space-around; // You can also use an other justify-content that you want
}