From fa0c89063337fc24dc5e5dad0229797a62b74f3e Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 21 Mar 2022 12:43:58 +0000 Subject: [PATCH] Disable popup max height when displayed in-page --- public/popup.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/popup.css b/public/popup.css index d311eb47..a9938321 100644 --- a/public/popup.css +++ b/public/popup.css @@ -15,6 +15,14 @@ margin-bottom: 16px; } +/* + * Disable popup max height when displayed in-page + */ + +#sponsorBlockPopupContainer #sponsorBlockPopupHTML { + max-height: none; +} + /* * Disable fixed popup width when displayed in-page */