diff options
| author | Rahul A Mistry <[email protected]> | 2026-01-25 19:34:25 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-25 08:04:25 -0600 |
| commit | caecc7911d14e034b4cf2a22ae2960a395557fa1 (patch) | |
| tree | a047c6b300ef78bb1966e0d0d1046852a82d8c42 /packages/ui/src | |
| parent | f7a4cdcd32fd07d91ff24935ce2eacc69f2413a3 (diff) | |
| download | opencode-caecc7911d14e034b4cf2a22ae2960a395557fa1.tar.gz opencode-caecc7911d14e034b4cf2a22ae2960a395557fa1.zip | |
fix(app): cursor on resize (#10293)
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/resize-handle.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/resize-handle.css b/packages/ui/src/components/resize-handle.css index e4c8d474e..6aac4c2fd 100644 --- a/packages/ui/src/components/resize-handle.css +++ b/packages/ui/src/components/resize-handle.css @@ -19,7 +19,7 @@ inset-inline-end: 0; width: 8px; transform: translateX(50%); - cursor: ew-resize; + cursor: col-resize; &::after { width: 3px; @@ -34,7 +34,7 @@ inset-block-start: 0; height: 8px; transform: translateY(-50%); - cursor: ns-resize; + cursor: row-resize; &::after { height: 3px; |
