Add CSS containement rules for shorter reflow operations

This commit is contained in:
Germain Souquet
2021-06-01 11:26:32 +01:00
parent a8b6094482
commit ebd7cd6212
9 changed files with 16 additions and 0 deletions
+1
View File
@@ -291,6 +291,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
.mx_Dialog_staticWrapper .mx_Dialog {
z-index: 4010;
contain: content;
}
.mx_Dialog_background {