[MM-59252] Fix loading screen CSS (#3116)
This commit is contained in:
@@ -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;
|
||||
|
@@ -3,6 +3,7 @@
|
||||
.WelcomeScreen {
|
||||
flex-direction: column;
|
||||
z-index: 20;
|
||||
justify-content: flex-end;
|
||||
|
||||
* {
|
||||
z-index: 21;
|
||||
|
Reference in New Issue
Block a user