fix: Fixed alert boxes cutoff half way on split view, b=(closes #7564), c=split-view

This commit is contained in:
Mr. M
2025-04-26 13:16:42 +02:00
parent e039ee1692
commit e90f188c63

View File

@@ -34,6 +34,11 @@
margin-left: 0 !important;
position: absolute !important;
overflow: hidden;
&.deck-selected:has(.dialogStack:not([hidden='true'])) {
/* Fix for issue https://github.com/zen-browser/desktop/issues/7564 */
z-index: 1;
}
}
#tabbrowser-tabpanels[zen-split-view='true']:not([zen-split-resizing]) > [zen-split-anim='true'] {