Disable popup max height when displayed in-page

This commit is contained in:
Alec Rust 2022-03-21 12:43:58 +00:00
parent d7d12e1618
commit fa0c890633
No known key found for this signature in database
GPG key ID: EB374231DBCA5067

View file

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