]> source.dussan.org Git - nextcloud-server.git/commitdiff
add bottom padding to sidebar, fix last element being hidden below settings, fix...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 17 Mar 2015 17:42:11 +0000 (18:42 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 17 Mar 2015 17:42:11 +0000 (18:42 +0100)
core/css/apps.css

index a460bcf46c8f3fa2f646343056fa129bdf3d9408..c5292a1e6c65e47b90ccd89c1bc609e5fa54c5d1 100644 (file)
@@ -33,6 +33,7 @@
        position: relative;
        height: 100%;
        overflow: auto;
+       padding-bottom: 44px;
        -moz-box-sizing: border-box; box-sizing: border-box;
 }
 #app-navigation li {