gh-15445: Fixed visibility checks for popup notifications (gh-15455)

This commit is contained in:
mr. m
2026-09-20 01:25:44 +02:00
committed by mr. m
parent 4d8ce9f3eb
commit ef2ea05af5
+2 -1
View File
@@ -164,11 +164,12 @@
}
#navigator-toolbox[zen-has-implicit-hover="true"] &,
&[open],
&:is([open], [showing]),
#urlbar[has-popup-open="true"] &,
:root[zen-has-empty-tab="true"] & {
opacity: 1;
visibility: visible;
transition: opacity 0.15s !important;
}
}
}