]> source.dussan.org Git - nextcloud-server.git/commitdiff
restrict height of settings and make scrollable
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 5 Mar 2014 14:08:16 +0000 (15:08 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 5 Mar 2014 14:08:16 +0000 (15:08 +0100)
core/css/apps.css

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