Fix horizontal scrollbar in user menu

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-06-24 17:24:40 +02:00 committed by Julius Härtl
parent 6283b57310
commit d889019f00
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
#apps > ul,
&.settings-menu > ul {
max-height: calc(100vh - #{$header-height});
overflow: scroll;
overflow-y: scroll;
li {
a {