mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Fix Firefox popup scrolling issues
This commit is contained in:
@@ -56,6 +56,10 @@ h1.popupElement {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
.outerPopupBody {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.discreteLink.popupElement {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<link id="sponsorBlockStyleSheet" rel="stylesheet" type="text/css" href="popup.css"/>
|
||||
</head>
|
||||
|
||||
<body class="popupBody">
|
||||
<body class="popupBody outerPopupBody">
|
||||
<center>
|
||||
<div id="app" class="popupBody sponsorBlockPageBody">
|
||||
<h1 class="popupElement">
|
||||
|
||||
Reference in New Issue
Block a user