mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Disable popup max height when displayed in-page
This commit is contained in:
parent
d7d12e1618
commit
fa0c890633
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue