[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; --stipple-opacity: 0.08;
display: flex; display: flex;
justify-content: flex-end; justify-content: center;
align-items: center; align-items: center;
position: absolute; position: absolute;
top: 0px; top: 0px;

View file

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