split layers into separate files
This commit is contained in:
parent
b127e92c01
commit
a23ef8e775
8 changed files with 286 additions and 218 deletions
|
|
@ -58,6 +58,11 @@
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
.editor .cursor-layer {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.selection {
|
||||
position: absolute;
|
||||
background: rgba(77, 151, 255, 0.33);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue