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

fix some scroller issues on mobile devices

This commit is contained in:
dkanada 2019-07-04 00:27:42 -07:00
parent 9c9d4ba58c
commit 81be6592d6
7 changed files with 34 additions and 16 deletions

View file

@ -19,10 +19,10 @@ html {
background-color: #101010
}
.skinHeader .semiTransparent {
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
}
.pageTitleWithDefaultLogo {

View file

@ -19,10 +19,10 @@ html {
background-color: #1f1f1f
}
.skinHeader .semiTransparent {
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
}
.pageTitleWithDefaultLogo {

View file

@ -32,10 +32,10 @@ html {
box-shadow: none !important
}
.skinHeader .semiTransparent {
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
}
.pageTitleWithDefaultLogo {