Fix itemdetails poster overlapping now playing bar

This commit is contained in:
Denis
2020-03-06 14:04:29 +03:00
committed by GitHub
parent ef624fb6f7
commit cd33c8c52c
+1 -1
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;