Skip to content

Commit 17fd2ee

Browse files
committed
docs: fix dragging cursor to be col-resize
1 parent 7ac6b11 commit 17fd2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PanelResizer.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
.dragging {
48-
cursor: row-resize;
48+
cursor: col-resize;
4949
user-select: none;
5050

5151
* {

0 commit comments

Comments
 (0)