]> source.dussan.org Git - nextcloud-server.git/commitdiff
restricted the height of the settings area in core/css/apps.css to max 80% 1951/head
authorpgys <info@pexlab.space>
Sat, 29 Oct 2016 11:12:28 +0000 (13:12 +0200)
committerpgys <info@pexlab.space>
Sat, 29 Oct 2016 15:50:51 +0000 (17:50 +0200)
Signed-off-by: pgys <info@pexlab.space>
core/css/apps.css

index 178f8662811041a6462d3fd120e7f24660779396..440b188dc19f1332339981fbe281903bb402fec0 100644 (file)
 #app-settings {
        position: fixed;
        width: 250px; /* change to 100% when layout positions are absolute */
+       max-height: 80%;
        bottom: 0;
        z-index: 140;
+       overflow-x: hidden;
+       overflow-y: scroll;
 }
 #app-settings.opened #app-settings-content {
        display: block;