We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee28417 commit 46bbbccCopy full SHA for 46bbbcc
src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css
@@ -1,4 +1,5 @@
1
height: var(--zen-toolbar-height);
2
+z-index: 1;
3
4
@media -moz-pref('zen.view.hide-window-controls') {
5
& {
@@ -15,7 +16,7 @@ height: var(--zen-toolbar-height);
15
16
17
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(*:is([panelopen='true'], [open='true']))) {
18
transition-delay: 0.2s;
- height: var(--zen-element-separation);
19
+ height: calc(var(--zen-element-separation) + 0.5px);
20
overflow: hidden;
21
opacity: 0;
22
& > * {
0 commit comments