Fixed z-index issue

This commit is contained in:
Nicola 2022-10-06 10:13:22 +02:00
parent 0c0fef1f40
commit dfa3742003
2 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@ svg {
right: 0;
bottom: 0;
width: var(--layers-width);
z-index: 9000;
z-index: 1100;
display: flex;
flex-direction: column;
}

View File

@ -3,11 +3,12 @@
#splash {
width:100% !important;
height:100%!important;
position:fixed;
position:static;
margin-top:-20px;
background-color: #232125 !important;
opacity: 1 !important;
z-index:1300;
#splash-input {
width:74%;