diff --git a/src/gridstack.js b/src/gridstack.js index fc1ed68..dc3624b 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -578,8 +578,6 @@ self._update_container_height(); } })).resizable(_.extend(this.opts.resizable, { - minHeight: this.opts.cell_height - 10, - start: on_start_moving, stop: on_end_moving, resize: function (event, ui) {