fix: footer of mobile

This commit is contained in:
Phan An 2022-10-22 10:03:33 +02:00
parent 1a89f45495
commit bac38a8ead
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -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;
}
}