Increase z-index (#2484)

This commit is contained in:
the1812 2021-11-07 12:15:09 +08:00
parent 05b474c7cb
commit a421faf281

View File

@ -113,7 +113,7 @@ export default {
& > .sidebar {
position: fixed;
top: 50%;
z-index: 1000;
z-index: 1002;
transform: translateX(calc(-50% * var(--direction))) translateY(-50%);
body.player-mode-webfullscreen &,