Fixed UI for release!

This commit is contained in:
Mauro Balades
2024-04-28 12:53:01 +02:00
parent fab0130724
commit 29647169ac
7 changed files with 16 additions and 14 deletions

View File

@@ -108,7 +108,7 @@ var gZenBrowserManagerSidebar = {
},
_updateArrowScrollMaxHeight(num) {
let content = document.querySelector("#tabbrowser-arrowscrollbox::part(scrollbox-clip)");
let content = document.querySelector("#tabbrowser-arrowscrollbox");
let height = (this.MAX_SIDEBAR_PANELS - num) * 81;
content.style.maxHeight = `${height}px`;
},