mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue