Rahul A Mistry 4 недель назад
Родитель
Сommit
caecc7911d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ui/src/components/resize-handle.css

+ 2 - 2
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;