Fix a couple of visual glitches on Firefox

This commit is contained in:
Robin
2023-12-01 12:37:46 -05:00
parent 48c4df9cd6
commit a2e932b73f
2 changed files with 7 additions and 1 deletions

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 {