UX: Use `ns-resize` isntead of `move` since we can only go vertically
This commit is contained in:
parent
18ffa6e98b
commit
cf25f634e7
|
@ -57,7 +57,7 @@
|
|||
.timeline-scroller {
|
||||
@include unselectable;
|
||||
margin-left: -0.18em;
|
||||
cursor: move;
|
||||
cursor: ns-resize;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue