mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion fillSpace demo: define minHeight for resizable to keep accordion functional
This commit is contained in:
parent
be22dee1da
commit
f3ae85024a
@ -19,7 +19,8 @@
|
|||||||
$("#accordionResizer").resizable({
|
$("#accordionResizer").resizable({
|
||||||
resize: function() {
|
resize: function() {
|
||||||
$("#accordion").accordion("resize");
|
$("#accordion").accordion("resize");
|
||||||
}
|
},
|
||||||
|
minHeight: 140
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user