diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/header.css b/core/css/header.css index ce4a0948b4f..75d2fd65328 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -99,7 +99,7 @@ right: 8px; top: 50px; margin: 0; - overflow-y: scroll; + overflow-y: auto; /* Dropdown arrow */ /* Use by the settings right menu */ } @@ -118,7 +118,6 @@ 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); |