mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 07:58:40 +00:00
Fixed UI for release!
This commit is contained in:
@@ -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`;
|
||||
},
|
||||
|
Reference in New Issue
Block a user