diff options
author | Ajay <[email protected]> | 2022-03-21 22:42:47 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-03-21 22:42:47 -0400 |
commit | c66110a60fd2bb75cef9a6252561298ee986bd1e (patch) | |
tree | c7d70354414aded727e200adaf1fa9adfcfb9e17 | |
parent | 821bbc969bc4949b1359cff1c15ffe818cd11cf4 (diff) | |
download | SponsorBlock-c66110a60fd2bb75cef9a6252561298ee986bd1e.tar.gz SponsorBlock-c66110a60fd2bb75cef9a6252561298ee986bd1e.zip |
Increase tooltip zindex
-rw-r--r-- | public/content.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index 095c59eb..f697300e 100644 --- a/public/content.css +++ b/public/content.css @@ -592,6 +592,7 @@ input::-webkit-inner-spin-button { line-height: 1.5em; color: white; font-size: 12px; + z-index: 1000; } .sponsorBlockTooltip a { |