binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.66k stars 734 forks source link

Bottom of sidebar cut off by "Upgrade to ntfy Pro" banner #1007

Open RuiNtD opened 10 months ago

RuiNtD commented 10 months ago

:lady_beetle: Describe the bug The "Upgrade to ntfy Pro" banner at the bottom left of the web app is overlaid on top of the sidebar, instead of making the sidebar smaller to make room for it. This causes the bottom 3 buttons (Documentation, Publish, Subscribe) to become inaccessible if there are too many entries in the sidebar.

:computer: Components impacted Web app

:bulb: Screenshots and/or logs image

:crystal_ball: Additional context The sidebar is scrolled all the way down in the screenshot.

RuiNtD commented 4 months ago

Any update on this? It could literally be fixed with just

nav.MuiList-root {
    padding-bottom: 150px;
}