Skip to content

Commit 46bbbcc

Browse files
committed
fix: Window controls not expanding on split views and element separation on 0 also not expanding them, b=(closes #7694), c=tabs
1 parent ee28417 commit 46bbbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
height: var(--zen-toolbar-height);
2+
z-index: 1;
23

34
@media -moz-pref('zen.view.hide-window-controls') {
45
& {
@@ -15,7 +16,7 @@ height: var(--zen-toolbar-height);
1516

1617
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(*:is([panelopen='true'], [open='true']))) {
1718
transition-delay: 0.2s;
18-
height: var(--zen-element-separation);
19+
height: calc(var(--zen-element-separation) + 0.5px);
1920
overflow: hidden;
2021
opacity: 0;
2122
& > * {

0 commit comments

Comments
 (0)