[MM-59252] Fix loading screen CSS (#3116)
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user