Sidenav is not always draggable
Opened this issue · 0 comments
untungs commented
When user drag the side of touchscreen to pull out the sidenav, it's not always pulled-out successfully.
This is because the width of <div>
drag-target
is only 10px, while usually the starting touch point is slightly more than that.
Suggest to increase the width of drag-target
5 - 10 px more.