UX: Use ns-resize isntead of move since we can only go vertically

This commit is contained in:
Robin Ward 2016-05-19 13:18:00 -04:00
parent 18ffa6e98b
commit cf25f634e7
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D

View File

@ -57,7 +57,7 @@
.timeline-scroller {
@include unselectable;
margin-left: -0.18em;
cursor: move;
cursor: ns-resize;
display: flex;
align-items: center;
}