canvas-editor-engine 1.0.27 → 1.0.29
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ class ExcretionsComponent extends component_service_1.default {
|
|
23
23
|
background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
|
24
24
|
background-position: left top, right bottom, left bottom, right top;
|
25
25
|
animation: border-dance 1s infinite linear;
|
26
|
+
z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('low')};
|
26
27
|
}
|
27
28
|
|
28
29
|
.excretion_crop {
|
@@ -43,7 +44,7 @@ class ExcretionsComponent extends component_service_1.default {
|
|
43
44
|
width: 30px;
|
44
45
|
height: 30px;
|
45
46
|
cursor: pointer;
|
46
|
-
z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('high')}
|
47
|
+
z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('high')};
|
47
48
|
}
|
48
49
|
|
49
50
|
.crop-button--view {
|