]> source.dussan.org Git - nextcloud-server.git/commitdiff
allow horizontal scrollbar for personal and admin settings
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 28 Aug 2014 16:17:50 +0000 (18:17 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 28 Aug 2014 16:17:50 +0000 (18:17 +0200)
core/css/styles.css

index 1bbd37f92b11d492681fabd22ab8808d79ee67ca..7e41e90412777674ed551b2c2a6f3547f5c8246d 100644 (file)
@@ -302,6 +302,10 @@ input[type="submit"].enabled {
        -moz-box-sizing:border-box;
        box-sizing:border-box;
 }
+/* allow horizontal scrollbar for personal and admin settings */
+#body-settings:not(.snapjs-left) .app-settings {
+       overflow-x: auto;
+}
 
 #emptycontent {
        font-size: 16px;