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 mr. m
parent b540ca57b4
commit eb4cae5bf6

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