[GH-ISSUE #1007] Bottom of sidebar cut off by "Upgrade to ntfy Pro" banner #703

Open
opened 2026-05-07 00:26:42 +02:00 by BreizhHardware · 3 comments

Originally created by @RuiNtD on GitHub (Jan 20, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1007

🐞 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.

💻 Components impacted
Web app

💡 Screenshots and/or logs
image

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

Originally created by @RuiNtD on GitHub (Jan 20, 2024). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1007 :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](https://github.com/binwiederhier/ntfy/assets/1149870/49d40269-bee8-4a38-95c5-40e4af13e440) :crystal_ball: **Additional context** The sidebar is scrolled all the way down in the screenshot.
Author
Owner

@RuiNtD commented on GitHub (Jul 29, 2024):

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

nav.MuiList-root {
    padding-bottom: 150px;
}
<!-- gh-comment-id:2255019909 --> @RuiNtD commented on GitHub (Jul 29, 2024): Any update on this? It could literally be fixed with just ```css nav.MuiList-root { padding-bottom: 150px; } ```
Author
Owner

@c33s commented on GitHub (Jan 16, 2025):

cannot easily subscribe to new topics with this bug. please fix.

edit: or at least add a unique id like "upgrade_to_pro_info_box" to the html element so we can easily target the html element with adblockers.

Image

<!-- gh-comment-id:2596094467 --> @c33s commented on GitHub (Jan 16, 2025): cannot easily subscribe to new topics with this bug. please fix. edit: or at least add a unique id like "upgrade_to_pro_info_box" to the html element so we can easily target the html element with adblockers. ![Image](https://github.com/user-attachments/assets/f124ec9e-203e-4927-90ca-f38843a51aef)
Author
Owner

@wunter8 commented on GitHub (Jan 16, 2025):

As a workaround, you can navigate directly to "ntfy.sh/new-topic-here" and the web app will subscribe automatically to "new-topic-here"

<!-- gh-comment-id:2596270162 --> @wunter8 commented on GitHub (Jan 16, 2025): As a workaround, you can navigate directly to "ntfy.sh/new-topic-here" and the web app will subscribe automatically to "new-topic-here"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#703
No description provided.