Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-24 18:24:40 +0300
committerJulius Härtl <jus@bitgrid.net>2019-10-04 21:27:31 +0300
commitd889019f00daca79dada476bba701d0128948541 (patch)
treec6d63c3f2a6b12a90cb50c178e8f875d779b6d47 /core/css
parent6283b573105d9d286dd12ecd5514a4aa91bed725 (diff)
Fix horizontal scrollbar in user menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 5f2f285cf7b..c7017e16e8e 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -114,7 +114,7 @@
#apps > ul,
&.settings-menu > ul {
max-height: calc(100vh - #{$header-height});
- overflow: scroll;
+ overflow-y: scroll;
li {
a {