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

View file

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