Fix live player style

This commit is contained in:
the1812 2019-03-12 19:32:30 +08:00
parent e274d80478
commit 1e51fb7e24
4 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -583,8 +583,9 @@ li.category.folded i.icon-arrow
margin-right: 8px;
}
/* Fix bangumi player z-index */
.player-mode-webfullscreen .player-module
/* Fix bangumi and live player z-index */
.player-mode-webfullscreen .player-module,
.player-full-win .app-content
{
z-index: 100000 !important;
}