mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix z-index not applying
This commit is contained in:
parent
7c4a0628b7
commit
bf4eb8fafc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
|
||||
.sponsorBlockChapterBar:hover {
|
||||
z-index: 41;
|
||||
z-index: 41 !important;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
|
Loading…
Reference in a new issue