mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Merge pull request #1483 from mchangrh/x-overflow
wrap popup in #secondary-inner
This commit is contained in:
commit
a214fd416e
1 changed files with 1 additions and 1 deletions
|
@ -1964,7 +1964,7 @@ function openInfoMenu() {
|
|||
frame.src = chrome.extension.getURL("popup.html");
|
||||
popup.appendChild(frame);
|
||||
|
||||
const parentNodes = document.querySelectorAll("#secondary");
|
||||
const parentNodes = document.querySelectorAll("#secondary-inner");
|
||||
let parentNode = null;
|
||||
for (let i = 0; i < parentNodes.length; i++) {
|
||||
if (parentNodes[i].firstElementChild !== null) {
|
||||
|
|
Loading…
Reference in a new issue