mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix horizontal scrollbar in user menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
6283b57310
commit
d889019f00
@ -114,7 +114,7 @@
|
||||
#apps > ul,
|
||||
&.settings-menu > ul {
|
||||
max-height: calc(100vh - #{$header-height});
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
|
||||
li {
|
||||
a {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user