diff --git a/src/zen/spaces/zen-workspaces.css b/src/zen/spaces/zen-workspaces.css index 1acb66c4c..46315b83b 100644 --- a/src/zen/spaces/zen-workspaces.css +++ b/src/zen/spaces/zen-workspaces.css @@ -399,8 +399,8 @@ zen-workspace { } } - :root:not(:is([animating-background], [swipe-gesture])) &:not([active]) { - display: none; + :root:not(:is([animating-background], [swipe-gesture])) #navigator-toolbox:not([movingtab]) &:not([active]) { + -moz-subtree-hidden-only-visually: 1; } }