thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

sort panels problem #10

Closed ThomasCr closed 8 years ago

ThomasCr commented 8 years ago

in your examples, when you sort all panels to the left, you cant put back a panel to the right side.

thecodeholic commented 8 years ago

This is because when all panels are moved on left the height of the right div becomes 0. You just need to give min-height at least 10px to right div and you can sort them back.