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

Merge pull request #890 from shemanaev/patch-1

Fix itemdetails poster overlapping now playing bar
This commit is contained in:
dkanada 2020-03-06 22:08:01 +09:00 committed by GitHub
commit 94da80c494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
position: fixed;
left: 0;
right: 0;
z-index: 1;
z-index: 10;
bottom: 0;
transition: transform 180ms linear;
contain: layout style;