naymspace / backpex

Backpex is a highly customizable administration panel for Phoenix LiveView applications.
https://backpex.live
MIT License
360 stars 20 forks source link

Sidebar menu hidden by topbar in mobile #428

Open thomasfortes opened 1 week ago

thomasfortes commented 1 week ago

In the app_shell function the mobile menu has a z-index that puts the top of the menu below the topbar.

ps: It is a single char fix to put it below z-40 at: https://github.com/naymspace/backpex/blob/7c5672a4f1f89201838948a7d0c10c74d6e92238/lib/backpex/html/layout.ex#L79 and I can sneak it in #427 if it isn't a problem since it's still a css fix.

Screenshot_20240627_181725_Chrome

Flo0807 commented 1 week ago

I've also noticed that the topbar covers tooltips:

image