gh-14208: Dont hide un-active spaces if swiping (gh-14247)

This commit is contained in:
mr. m
2026-06-17 10:37:18 +02:00
committed by GitHub
parent afb4e4ff02
commit 6e401db8ae

View File

@@ -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;
}
}