From 50be2dc855ca0ff3e7bdfcb881b27c44b42bd428 Mon Sep 17 00:00:00 2001 From: XP1 Date: Tue, 3 Dec 2024 21:33:01 -0500 Subject: [PATCH] Add z-index for button tooltip. Fix https://github.com/code-charity/youtube/issues/2706. --- js&css/extension/www.youtube.com/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/js&css/extension/www.youtube.com/styles.css b/js&css/extension/www.youtube.com/styles.css index 1ecc02214..3711aedeb 100644 --- a/js&css/extension/www.youtube.com/styles.css +++ b/js&css/extension/www.youtube.com/styles.css @@ -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; } /*------------------------------------------------------------------------------