diff --git a/src/zen/common/styles/zen-browser-ui.css b/src/zen/common/styles/zen-browser-ui.css index fb27b35cc..ca0366d1f 100644 --- a/src/zen/common/styles/zen-browser-ui.css +++ b/src/zen/common/styles/zen-browser-ui.css @@ -136,13 +136,9 @@ z-index: 2; } -#nav-bar { - /* For some reason, Firefox adds a really small border to the top of the nav-bar */ +:root[zen-single-toolbar='true'] #nav-bar { border-top: none !important; - - :root[zen-single-toolbar='true'] & { - --zen-toolbar-height: 38px; - } + --zen-toolbar-height: 38px; } #zen-main-app-wrapper {