Fix nested scroll bars in navigation

Signed-off-by: Rhys Tyers <mail@rhy.si>
This commit is contained in:
Rhys Tyers 2022-10-23 19:12:26 +01:00 committed by Benjamin Brahmer
parent 33b60e1b94
commit 063cbdba73
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
- Fixed various keyboard navigation issues (#1953)
- Fix cron job warning notification layout on NC25 (#1953)
- Fix nested scrollbars in navigation (#411)
## [19.0.0-beta1] - 2022-10-22
### Changed

View File

@ -7,6 +7,9 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2014
*/
#app-navigation {
overflow-y: hidden !important;
}
/* add new feed or folder */
/* button */