[MM-59252] Fix loading screen CSS (#3116)

This commit is contained in:
Devin Binnie 2024-08-01 09:09:13 -04:00 committed by GitHub
parent 8ff64d285a
commit 0d29d756ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ body {
--stipple-opacity: 0.08;
display: flex;
justify-content: flex-end;
justify-content: center;
align-items: center;
position: absolute;
top: 0px;

View file

@ -3,6 +3,7 @@
.WelcomeScreen {
flex-direction: column;
z-index: 20;
justify-content: flex-end;
* {
z-index: 21;