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 */