Fixed layer issue

This commit is contained in:
Leamsi Escribano
2021-01-15 10:11:13 -05:00
parent 9fc5c8e3b8
commit 29746551e1
4 changed files with 12 additions and 9 deletions

View File

@@ -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;
}