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.
This commit is contained in:
Robin
2024-01-10 11:04:36 -05:00
parent bb081f4241
commit 2865a6c77e

View File

@@ -28,7 +28,9 @@ limitations under the License.
flex-direction: column; flex-direction: column;
overflow: auto; overflow: auto;
overflow-inline: hidden; 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 { .centerMessage {