Skip to content

Commit

Permalink
fix(freeDom): free-dom overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SepVeneto committed Nov 23, 2024
1 parent 7634ea6 commit 3b9f68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/style/resize-dom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}
.vv-resize-dom--handler__l {
top: 50%;
left: 0;
left: 4px;
transform: translateY(-50%) rotate(135deg);
cursor: ew-resize;
}
.vv-resize-dom--handler__r {
top: 50%;
right: 0;
right: 4px;
transform: translateY(-50%) rotate(-45deg);
cursor: ew-resize;
}
Expand Down

0 comments on commit 3b9f68f

Please sign in to comment.