mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Finished the selection tool
This commit is contained in:
@ -52,6 +52,7 @@ svg {
|
||||
position: fixed;
|
||||
display:none;
|
||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
#checkerboard {
|
||||
@ -64,7 +65,7 @@ svg {
|
||||
}
|
||||
|
||||
#tmp-canvas {
|
||||
z-index:1;
|
||||
z-index:3;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user