Merge pull request #1483 from mchangrh/x-overflow

wrap popup in #secondary-inner
This commit is contained in:
Ajay Ramachandran 2022-09-24 22:42:34 -04:00 committed by GitHub
commit a214fd416e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {