summaryrefslogtreecommitdiffstats
path: root/core/css/server.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/server.css')
-rw-r--r--core/css/server.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/server.css b/core/css/server.css
index d7a9f21da58..eb21bb0a031 100644
--- a/core/css/server.css
+++ b/core/css/server.css
@@ -2317,7 +2317,7 @@ label.infield {
right: 8px;
top: 50px;
margin: 0;
- overflow-y: scroll;
+ overflow-y: auto;
/* Dropdown arrow */
/* Use by the settings right menu */
}
@@ -2336,7 +2336,6 @@ label.infield {
right: 10px;
}
#header .header-right > div > .menu > div, #header .header-right > div > .menu > ul {
- overflow-y: auto;
-webkit-overflow-scrolling: touch;
min-height: 66px;
max-height: calc(100vh - 50px - 8px);