avoid element overlap with music controls

This commit is contained in:
dkanada 2019-04-09 17:05:01 -07:00
parent 9677981344
commit 85cffe7063

View file

@ -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) {