mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-17 08:51:12 +00:00
gh-14208: Dont hide un-active spaces if swiping (gh-14247)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user