Skip to content

Commit

Permalink
Merge pull request #2707 from XP1/patch-1
Browse files Browse the repository at this point in the history
Add z-index for button tooltip.
  • Loading branch information
ImprovedTube authored Dec 4, 2024
2 parents 78c5767 + 50be2dc commit ca4b84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js&css/extension/www.youtube.com/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ html:not([data-page-type=channel]) .it-blocklisted-channel:hover ytd-thumbnail {
color: var(--paper-tooltip-text-color, white);
border-radius: 2px;
background-color: var(--paper-tooltip-background, #616161);
z-index: 1002;
}

/*------------------------------------------------------------------------------
Expand Down

0 comments on commit ca4b84e

Please sign in to comment.