Merge pull request #2053 from robintown/revert-contain-strict

Revert an addition of contain: strict
This commit is contained in:
Robin
2024-01-11 10:03:39 -05:00
committed by GitHub

View File

@@ -28,7 +28,9 @@ limitations under the License.
flex-direction: column;
overflow: auto;
overflow-inline: hidden;
contain: strict;
/* There used to be a contain: strict here, but due to some bugs in Firefox,
this was causing the Z-ordering of modals to glitch out. It can be added back
if those issues appear to be resolved. */
}
.centerMessage {