diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2014-03-18 18:25:30 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2014-03-18 18:25:30 +0100 |
commit | 13f1f105c8f34bf8dd618373826cd6db9f21ccb1 (patch) | |
tree | 5be600fd8c39cf56576ec007cec12caef5f90f52 /core/css | |
parent | f6c3667efa32d0fa24307b3acc3a239081bf6410 (diff) | |
download | nextcloud-server-13f1f105c8f34bf8dd618373826cd6db9f21ccb1.tar.gz nextcloud-server-13f1f105c8f34bf8dd618373826cd6db9f21ccb1.zip |
Set overflow-y to auto
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 58f2759f69a..0e6a080c9cd 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -189,7 +189,7 @@ display: block; /* restrict height of settings and make scrollable */ max-height: 300px; - overflow-y: scroll; + overflow-y: auto; } .settings-button { |