From 2865a6c77eb3bf8a1b2ffbd6f80288d2f17b6270 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 10 Jan 2024 11:04:36 -0500 Subject: [PATCH] Revert an addition of contain: strict I thought that adding isolation: isolate to the React root had fixed the Firefox layering glitches, but today I've started noticing those glitches again. --- src/room/InCallView.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/room/InCallView.module.css b/src/room/InCallView.module.css index e2273c4d..f413bfc9 100644 --- a/src/room/InCallView.module.css +++ b/src/room/InCallView.module.css @@ -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 {