зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1651089 - Use transform instead of translate to position dialog r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D82538
This commit is contained in:
Родитель
069254b63a
Коммит
de3bbd2feb
|
@ -844,7 +844,7 @@ dialog:-moz-modal-dialog {
|
|||
max-height: 100vh;
|
||||
max-width: 100vw;
|
||||
top: 50%;
|
||||
translate: 0 -50%;
|
||||
transform: translateY(-50%);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче