From ee60d8c017320292d924613f1bab55430557822b Mon Sep 17 00:00:00 2001 From: Andrew Hunter Date: Sun, 5 Apr 2020 17:20:15 -0400 Subject: [PATCH] Change .mainDrawer-scrollContainer from padding to margin. Firefox requires the CSS element to be margin to get the desired behavior for overlap. Fixes: 1035 --- src/assets/css/librarybrowser.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index e4b5bcf8d..604d7a8dd 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -242,7 +242,7 @@ } .mainDrawer-scrollContainer { - padding-bottom: 10vh; + margin-bottom: 10vh; } @media all and (min-width: 40em) { @@ -314,6 +314,7 @@ .dashboardDocument .mainDrawer-scrollContainer { margin-top: 4.6em !important; + } }