Merge pull request #878 from nyanmisaka/mobilebackdrop

Fix unsuitable backdrop on mobile
This commit is contained in:
dkanada 2020-03-04 20:49:35 +09:00 committed by GitHub
commit 44e8e462a1
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: "";