diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 0f8142d9a10f..ad9e01ad5f35 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -224,7 +224,7 @@ toolbar[customizing] > .overflow-button { display: none; } -#nav-bar[nonemptyoverflow] > .overflow-button, +window:not([chromehidden~="toolbar"]) #nav-bar[nonemptyoverflow] > .overflow-button, #nav-bar[customizing][photon-structure] > .overflow-button { display: -moz-box; }