ct-material-dashboard-pro-angular
ct-material-dashboard-pro-angular copied to clipboard
Feature Request: Drag Drop
Hi, Trying to create a drag-and-drop between two arrays using ng2-dragula. The superset list has too many items and the parent card div expands to show them all. Is there a way to control the height of Cards and make the items scrollable.
In the css, I put a max-height and overflow-y: scroll on the div containing the items. But that isn't working.
Would be great if you could include this as part of the components. Thanks.