Issue #2681 - unprefix :-moz-modal-dialog

Keep an alias in place like for :fullscreen
This commit is contained in:
Moonchild 2025-01-20 01:12:04 +01:00 committed by roytam1
commit d9b107f32f
2 changed files with 3 additions and 2 deletions

View file

@ -827,7 +827,7 @@ dialog:not([open]) {
display: none;
}
dialog:-moz-modal-dialog {
dialog:modal {
-moz-top-layer: top !important;
}