Reduce z-index (fix #2095)

This commit is contained in:
the1812 2021-08-07 12:24:08 +08:00
parent ce8461a5b0
commit d97cec877b
2 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
top: calc(50vh + var(--side-bar-offset));
left: 0;
width: 32px;
z-index: 99999;
z-index: 1000;
transform: translateY(-50%);
user-select: none;
i {
@ -754,12 +754,12 @@ li.category.folded i.icon-arrow {
}
/* Fix bangumi and live player z-index */
.player-mode-webfullscreen .player-module,
.player-mode-webfullscreen .player-module .player-container,
.player-full-win .app-content,
.player-full-win .live-room-app .app-content {
z-index: 100000 !important;
}
// .player-mode-webfullscreen .player-module,
// .player-mode-webfullscreen .player-module .player-container,
// .player-full-win .app-content,
// .player-full-win .live-room-app .app-content {
// z-index: 100000 !important;
// }
body.round-corner {
--corner-radius: 4px;