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; right: 0;
bottom: 0; bottom: 0;
width: var(--layers-width); width: var(--layers-width);
z-index: 9000; z-index: 1100;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }

View File

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