luxbar icon indicating copy to clipboard operation
luxbar copied to clipboard

IE11 too big header, list items partially/not visible

Open mwoz123 opened this issue 6 years ago • 3 comments

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:

luxbar

When window is smaller than 768 it turns on hamburger mode, which works fine.

mwoz123 avatar Jan 28 '19 16:01 mwoz123

Thanks for pointing this out. I will look into it as soon as I get my hand on a windows machine.

balzss avatar Jan 30 '19 09:01 balzss

Workarround:

.luxbar-navigation {
    justify-content: space-around; // You can also use an other justify-content that you want
}

adrian-cerdeira avatar Aug 28 '19 12:08 adrian-cerdeira