From 85cffe7063f1ff90efa578a4572f222e3ed50758 Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 9 Apr 2019 17:05:01 -0700 Subject: [PATCH] avoid element overlap with music controls --- src/css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/site.css b/src/css/site.css index 0111b3823d..f048f4b8f4 100644 --- a/src/css/site.css +++ b/src/css/site.css @@ -74,7 +74,8 @@ div[data-role=page] { .padded-bottom-page, .page, .pageWithAbsoluteTabs .pageTabContent { - padding-bottom: 2em !important + /* provides room for the music controls */ + padding-bottom: 5em !important } @media all and (min-width:50em) {