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 {
|
.timeline-scroller {
|
||||||
@include unselectable;
|
@include unselectable;
|
||||||
margin-left: -0.18em;
|
margin-left: -0.18em;
|
||||||
cursor: move;
|
cursor: ns-resize;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue