diff options
author | Alec Rust <[email protected]> | 2022-03-20 17:33:00 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-04-15 16:12:16 +0100 |
commit | d7d12e161858e456275f95ebae5930d96fc20133 (patch) | |
tree | 2cea1c7602ae2b9d400a82d8f3e9facf6e1436f4 | |
parent | 82bdc28305924b43a71826e7f85cf174ded121b6 (diff) | |
download | SponsorBlock-d7d12e161858e456275f95ebae5930d96fc20133.tar.gz SponsorBlock-d7d12e161858e456275f95ebae5930d96fc20133.zip |
Set max height on popup
#778
-rw-r--r-- | public/popup.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 83ab9fcd..d311eb47 100644 --- a/public/popup.css +++ b/public/popup.css @@ -29,6 +29,8 @@ #sponsorBlockPopupHTML { color-scheme: dark; + max-height: 600px; + overflow-y: auto; } #sponsorBlockPopupBody { |