Skip to content

Commit

Permalink
Bug 1764142 - Set visibility: visible on modal dialogs. r=sefeng
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 12, 2022
1 parent d39eede commit f4fc8c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions layout/style/res/html.css
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ dialog:-moz-modal-dialog {
-moz-top-layer: top !important;
position: fixed;
overflow: auto;
visibility: visible;
inset-block-start: 0;
inset-block-end: 0;
max-width: calc(100% - 6px - 2em);
Expand Down

This file was deleted.

0 comments on commit f4fc8c9

Please sign in to comment.