sharedlabs / sortable-list

A web component for reorderable drag-and-drop lists on modern browsers and touch devices.
MIT License
35 stars 21 forks source link

Can't use flexbox with the list items #10

Open KevinAsher opened 7 years ago

KevinAsher commented 7 years ago

Since the list of items are inside the <div id="items"></div> container, we can't set a flexbox container on <sortable-list>. This is great use case for a custom css mixin.

avizcaino commented 7 years ago

Same problem here...