From ccc9db6c540c8f4e443ffbd2e618b90eb5addf50 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 17 Mar 2015 18:42:11 +0100 Subject: [PATCH] add bottom padding to sidebar, fix last element being hidden below settings, fix #13264 --- core/css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.css b/core/css/apps.css index a460bcf46c8..c5292a1e6c6 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -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 { -- 2.39.5