Skip to content

Commit

Permalink
fix(free-dom): cannot resize
Browse files Browse the repository at this point in the history
  • Loading branch information
SepVeneto committed Dec 12, 2024
1 parent e340db6 commit 808308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/style/resize-dom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.vv-resize-dom--handler {
position: absolute;
z-index: 1;
z-index: 2;
width: 20px;
height: 20px;
padding: 0 3px 3px 0;
Expand Down

0 comments on commit 808308b

Please sign in to comment.