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

View File

@@ -15,6 +15,14 @@
margin-bottom: 16px; margin-bottom: 16px;
} }
/*
* Disable popup max height when displayed in-page
*/
#sponsorBlockPopupContainer #sponsorBlockPopupHTML {
max-height: none;
}
/* /*
* Disable fixed popup width when displayed in-page * Disable fixed popup width when displayed in-page
*/ */