diff options
author | Alec Rust <[email protected]> | 2022-03-21 12:43:58 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-04-15 16:12:16 +0100 |
commit | fa0c89063337fc24dc5e5dad0229797a62b74f3e (patch) | |
tree | 0c792d586b93b2e5958504824ce3b08dfabfb1c0 | |
parent | d7d12e161858e456275f95ebae5930d96fc20133 (diff) | |
download | SponsorBlock-fa0c89063337fc24dc5e5dad0229797a62b74f3e.tar.gz SponsorBlock-fa0c89063337fc24dc5e5dad0229797a62b74f3e.zip |
Disable popup max height when displayed in-page
-rw-r--r-- | public/popup.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index d311eb47..a9938321 100644 --- a/public/popup.css +++ b/public/popup.css @@ -16,6 +16,14 @@ } /* + * Disable popup max height when displayed in-page + */ + +#sponsorBlockPopupContainer #sponsorBlockPopupHTML { + max-height: none; +} + +/* * Disable fixed popup width when displayed in-page */ |