alump / GridStack

Vaadin layout add-on using gridstack.js library
Apache License 2.0
10 stars 7 forks source link

Component resizing #21

Open szeplaszloit opened 7 years ago

szeplaszloit commented 7 years ago

Hi,

if I have only one component on GridStackLayout, I can't vertical resize this component. You can check this issue on the demo site: http://app.siika.fi/GridStackDemo/ Remove all components, except the Form, then try to resize it...

Have you got any idea?

Thanks.

alump commented 7 years ago

Yes, I can only change size horizontally. Looks like single item gets limited to height of 1 slot. I will check as soon as I find some time.

alump commented 7 years ago

min-height: 100% applied to .v-panel-content > .grid-stack breaks resizing vertically