Skip to content

Commit f211cdf

Browse files
author
ImprovedTube
authored
Merge pull request #3719 from Greal-dev/fix/issue-3494-fix-custom-mini-player-covered-by-page-c
Fix custom mini player covered by page content (z-index)
2 parents fdd34af + 449227a commit f211cdf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • js&css/extension/www.youtube.com/appearance/player

js&css/extension/www.youtube.com/appearance/player/player.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
# Player Size
1414
--------------------------------------------------------------*/
1515
html[it-ambient-lighting='false'] #cinematics {display: none !important;}
16+
17+
/*--------------------------------------------------------------
18+
# MINI PLAYER Z-INDEX FIX
19+
--------------------------------------------------------------*/
20+
html[it-mini-player='true'] .it-mini-player {
21+
z-index: 2201 !important;
22+
}
1623
/*--------------------------------------------------------------
1724
# ALWAYS SHOW PROGRESS BAR
1825
--------------------------------------------------------------*/

0 commit comments

Comments
 (0)