-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Copy link
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducibleUI 🎨User InterfacesUser Interfaceshelp wanted
Milestone
Description
Describe the bug
My HTML root tag has a font-size of 15px.
That creates height issues with the UI, which translates into a scrollbar added on the body because the sum of the .header and .global heights are above 100%.
This might seem like nitpicking but this scrollbar is bothersome with the 3 panes view extension.
To Reproduce
- Set font-size to 15px (either in the DOM our through your browser)
- Click on an element with no articles (ex: Favourites if you have none)
- See the page has a an unexpected scrollbar
Expected behavior
No scrollbar
FreshRSS version
1.23.1
Environment information
- Database version: [e.g. Mysql 5.7, SQLite]
- PHP version: [e.g. PHP 8.1]
- Installation type: YunoHost (testing)
-Web server type: nginx - Device: Desktop
- OS: Ubuntu 22.10
- Browser: Firefox 126
Additional context
I think this did not happen with 1.22.
Adding max-height: 38px to header.header > nav > .dropdown will sovle the issue somehow. Might be a clue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducibleUI 🎨User InterfacesUser Interfaceshelp wanted