We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adedaf commit 6cefdccCopy full SHA for 6cefdcc
.changeset/rich-papayas-design.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cube-dev/ui-kit": patch
3
4
+
5
+Fix the cursor type for resizing ResizablePanel in vertical direction.
src/components/layout/ResizablePanel.tsx
@@ -64,7 +64,8 @@ const HandlerElement = tasty({
64
position: 'absolute',
65
zIndex: 1,
66
cursor: {
67
- '': 'col-resize',
+ '': 'row-resize',
68
+ horizontal: 'col-resize',
69
disabled: 'not-allowed',
70
},
71
fill: {
0 commit comments