devjuic / inprogres

0 stars 0 forks source link

Drop area should be the full size of the right rectangle #1

Open devjuic opened 9 years ago

devjuic commented 9 years ago

Right now you have to drop the new items directly on top of the current list. You might be able to fix this by making the ul element have a height of 100%.

geraldinefiser commented 9 years ago

Right now the height of the ul(s) are 800px. if you put 100% you need to hover over a li to get the item in the new list.