3

I am using gridstack to show my widgets. Dragging and resizing works fine for gridstack cards, but when I drag card to bottom, container of the cards does not scrolls. I want to scroll that container when I am dragging card. That container is simply a div element and all cards are added in that container.(I am working in backbone and using underscore, jQuery and gridstack.)

1 Answers1

1

enter image description here

You only have to go to gridstack.js and switch that value to "true", and it will scroll automatic.

Renats Stozkovs
  • 2,549
  • 10
  • 22
  • 26
Mickel97
  • 11
  • 1