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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user