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
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2014-03-18 21:25:30 +0400
committerThomas Tanghus <thomas@tanghus.net>2014-03-18 21:25:30 +0400
commit13f1f105c8f34bf8dd618373826cd6db9f21ccb1 (patch)
tree5be600fd8c39cf56576ec007cec12caef5f90f52 /core/css/apps.css
parentf6c3667efa32d0fa24307b3acc3a239081bf6410 (diff)
Set overflow-y to auto
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css2
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 {