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