Is there a way to ensure the cursor is always a hand / grab for sortable containers in AngularJS & Bootstrap?
What specific HTML modification would achieve this change?
<div ui-sortable="sortableOptions" ng-model="responses" class="container-fluid connected-drop-target-sortable" style="height: 100vh;">
Appreciate your help, thank you!