mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed layer issue
This commit is contained in:
@@ -301,7 +301,7 @@ svg {
|
||||
}
|
||||
|
||||
#pixel-canvas {
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@@ -311,7 +311,7 @@ svg {
|
||||
}
|
||||
|
||||
#tmp-canvas {
|
||||
z-index: 4;
|
||||
z-index: 5;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user