minor style improvements

This commit is contained in:
dkanada 2020-06-16 00:32:23 +09:00
parent 08fb42155d
commit d822bc12b6
3 changed files with 15 additions and 11 deletions

View file

@ -121,6 +121,11 @@ div[data-role=page] {
transform: translateY(-100%);
}
.drawerContent {
/* make sure the bottom of the drawer is visible when music is playing */
padding-bottom: 4em;
}
.force-scroll {
overflow-y: scroll;
}