Merge pull request #237 from dkanada/controls

Avoid element overlap with music controls
This commit is contained in:
Anthony Lavado
2019-04-09 21:28:20 -04:00
committed by GitHub
+2 -1
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) {