mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: footer of mobile
This commit is contained in:
parent
8603192c87
commit
1a89f45495
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ provide(CurrentSongKey, currentSong)
|
|||
#main {
|
||||
@media screen and (max-width: 768px) {
|
||||
padding-top: var(--header-height);
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue