From 685afb6749a4cc81c50532860db7683b9b68bc02 Mon Sep 17 00:00:00 2001 From: Eduardo Reyes Date: Mon, 27 Nov 2017 16:02:57 -0600 Subject: [PATCH] Fixes last item in the list menu being blocked. (#5234) This commit fixes an issue where the last item's menu on a list of files that scrolls gets blocked by the floating add button. The fix is simply add the same padding that we use for the responsive view, since it works just fine in responsive. --- browser/app/less/inc/file-explorer.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/less/inc/file-explorer.less b/browser/app/less/inc/file-explorer.less index da0ddcdd7..96d82d3e8 100644 --- a/browser/app/less/inc/file-explorer.less +++ b/browser/app/less/inc/file-explorer.less @@ -14,7 +14,7 @@ .fe-body { @media(min-width: @screen-md-min) { - padding: 0 0 40px @fe-sidebar-width; + padding: 0 0 80px @fe-sidebar-width; } @media(max-width: @screen-sm-max) { @@ -79,7 +79,7 @@ text-align: center; border: 0; padding: 0; - + span { display: inline-block; height: 100%;