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 ab2a982 commit bf95bc7Copy full SHA for bf95bc7
src/zen/tabs/zen-tabs/vertical-tabs.css
@@ -809,7 +809,7 @@
809
& #titlebar {
810
display: grid;
811
grid-template-rows: auto 1fr; /* Allow content below button box */
812
- overflow: hidden;
+ overflow: clip;
813
}
814
815
/* Style top buttons customization target */
src/zen/workspaces/ZenWorkspaces.mjs
@@ -562,7 +562,9 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
562
break;
563
564
requestAnimationFrame(() => {
565
- gNavToolbox.setAttribute('zen-has-hover', 'true');
+ requestAnimationFrame(() => {
566
+ gNavToolbox.setAttribute('zen-has-hover', 'true');
567
+ });
568
});
569
570
0 commit comments