aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlec Rust <[email protected]>2022-03-21 12:43:58 +0000
committerAlec Rust <[email protected]>2022-04-15 16:12:16 +0100
commitfa0c89063337fc24dc5e5dad0229797a62b74f3e (patch)
tree0c792d586b93b2e5958504824ce3b08dfabfb1c0
parentd7d12e161858e456275f95ebae5930d96fc20133 (diff)
downloadSponsorBlock-fa0c89063337fc24dc5e5dad0229797a62b74f3e.tar.gz
SponsorBlock-fa0c89063337fc24dc5e5dad0229797a62b74f3e.zip
Disable popup max height when displayed in-page
-rw-r--r--public/popup.css8
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
*/