mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed alert boxes cutoff half way on split view, b=(closes #7564), c=split-view
This commit is contained in:
@@ -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'] {
|
||||
|
Reference in New Issue
Block a user