pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

Dropdown is displayed behind other elements on mobiles #142

Closed pdinklag closed 3 years ago

pdinklag commented 3 years ago

Some people report that the menu dropdown is shown behind other elements of the page on mobile devices.

I cannot reproduce this on my mobile; chances are it has already been fixed by switching to Bootstrap 5, so I will need some feedback here.

pdinklag commented 3 years ago

I added z-index: 1 to the navigation bar and z-index: 2 to the language dropdown. I hope that fixes these issues.