Fixed CustomizeMode for new browser layout

This commit is contained in:
mauro-balades
2024-03-29 23:48:15 +01:00
parent 345e7a13dd
commit 14fe093ec1
5 changed files with 38 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
index 4f145c494973374e87f3a3ed5eb6b33a43c518c8..08479bc88fbff504ce20eddd394f225cfe4f083a 100644
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -6660,7 +6660,7 @@ function setToolbarVisibility(
);
}
- const overlapAttr = "BookmarksToolbarOverlapsBrowser";
+ const overlapAttr = "BookmarksToolbarOverlapsBrowser__ignore"; // Original string was "BookmarksToolbarOverlapsBrowser" but it's not used and it only bugs the UI.
switch (isVisible) {
case true:
case "always":