1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix unsuitable backdrop on mobile

This commit is contained in:
Nyanmisaka 2020-03-04 19:13:29 +08:00 committed by GitHub
parent 4d66c53263
commit af8088d25b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -444,6 +444,10 @@
position: relative;
}
.layout-mobile .itemBackdrop {
background-attachment: scroll;
}
.layout-desktop .itemBackdrop::after,
.layout-tv .itemBackdrop::after {
content: "";