@sepveneto/free-dom 0.14.2 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +3 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../../../../../../tmp/tmp-
|
|
1
|
+
/* ../../../../../../../tmp/tmp-1868-izUYPQak4pI8/core/src/style/index.css */
|
|
2
2
|
:root {
|
|
3
3
|
--vv-free-dom--theme: rgb(64, 137, 239);
|
|
4
4
|
--vv-free-dom--line: var(--vv-free-dom--theme);
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
.vv-free-dom--draggable__mask.vv-free-dom--draggable__selected::after,
|
|
25
25
|
.vv-free-dom--draggable__mask.vv-free-dom--draggable__selected:focus-visible {
|
|
26
26
|
content: "";
|
|
27
|
+
z-index: 1;
|
|
27
28
|
display: block;
|
|
28
29
|
width: 100%;
|
|
29
30
|
height: 100%;
|
|
@@ -127,7 +128,7 @@
|
|
|
127
128
|
}
|
|
128
129
|
.vv-resize-dom--handler {
|
|
129
130
|
position: absolute;
|
|
130
|
-
z-index:
|
|
131
|
+
z-index: 2;
|
|
131
132
|
width: 20px;
|
|
132
133
|
height: 20px;
|
|
133
134
|
padding: 0 3px 3px 0;
|