From 6e401db8aee1344b31a122e81e6a7990e6120e42 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:37:18 +0200 Subject: [PATCH] gh-14208: Dont hide un-active spaces if swiping (gh-14247) --- src/zen/spaces/zen-workspaces.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }