hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

Minimal required CSS #117

Open ishirav opened 6 years ago

ishirav commented 6 years ago

This library is awesome! One small comment: the documentation should include a note about the minimal CSS required for this to work. AFAIK the container should have position: relative and the items should have position: absolute. Otherwise nothing happens, and there's no clue why.

ishirav commented 6 years ago

Also, the option to add a .position-highlight element for showing where the drop will occur is not documented.