diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-14 12:51:20 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-14 13:12:01 +0000 |
commit | 4ae770469930adf94f7d544e486a8ce3eaf329e2 (patch) | |
tree | 12a663289d65b1adf82113598b529a04f434ae95 /core/css/header.css | |
parent | 3ba89f43ff8c4318c1068daf98937dc830775a50 (diff) | |
download | nextcloud-server-4ae770469930adf94f7d544e486a8ce3eaf329e2.tar.gz nextcloud-server-4ae770469930adf94f7d544e486a8ce3eaf329e2.zip |
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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); |