mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed z-index issue
This commit is contained in:
parent
0c0fef1f40
commit
dfa3742003
@ -51,7 +51,7 @@ svg {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: var(--layers-width);
|
||||
z-index: 9000;
|
||||
z-index: 1100;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user