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
1a89f45495
commit
bac38a8ead
1 changed files with 4 additions and 1 deletions
|
@ -173,8 +173,11 @@ provide(CurrentSongKey, currentSong)
|
|||
|
||||
#main {
|
||||
@media screen and (max-width: 768px) {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
padding-top: var(--header-height);
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue