Closed wildhart closed 5 years ago
When draggable==true, it is not obvious which bits of the background are draggable. Using cursor: grab on the draggable bits would help.
draggable==true
cursor: grab
Also, you could make more of the background draggable by changing some of the padding to margin on .verte__controller and .verte__recent.
padding
margin
.verte__controller
.verte__recent
When
draggable==true
, it is not obvious which bits of the background are draggable. Usingcursor: grab
on the draggable bits would help.Also, you could make more of the background draggable by changing some of the
padding
tomargin
on.verte__controller
and.verte__recent
.