]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set overflow-y to auto
authorThomas Tanghus <thomas@tanghus.net>
Tue, 18 Mar 2014 17:25:30 +0000 (18:25 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 18 Mar 2014 17:25:30 +0000 (18:25 +0100)
core/css/apps.css

index 58f2759f69a2252dd551b3a2c12102e50a618070..0e6a080c9cd7ebe1dfd3cf216d85952bc8f9aabe 100644 (file)
        display: block;
        /* restrict height of settings and make scrollable */
        max-height: 300px;
-       overflow-y: scroll;
+       overflow-y: auto;
 }
 
 .settings-button {