Page 1 of 1

Playing with flexgrid - a WYSIWYG issue?

Posted: Sat Jan 15, 2022 10:31 am
by alan_sh
I'm just playing with flexgrids. So, I added one to a new project and changed the template to 'newspaper'. I then added a responsive menu to the first row and noticed that it seemed to overlap into the second row.

So, I tested by adding a panel menu to the second row. That didn't seem to fit either. So, I added another flex grid and left it at the default. Added a responsive menu and that seemed to go in OK. When I preview it, it looks fine - it's just the WWB layout that doesn't seem to be very WYSIWYG

I ended up with this:

Image

So, what is going on? I am sure it will be something simple, but I can't see it.

Demo project can be found here: https://www.dropbox.com/s/hie7acxlcgzj5 ... 1.wbs?dl=1

Oh, and I'm using the latest 17.1.2 version.

cheers

Alan

Re: Playing with flexgrid - a WYSIWYG issue?

Posted: Sat Jan 15, 2022 10:39 am
by Pablo
The height of the row is set to 1fr. This means that it will always have a 'fixed' height, based on the height of the flex grid.
If you want a dynamic height, then set the row height to 'auto'.

Re: Playing with flexgrid - a WYSIWYG issue?

Posted: Sat Jan 15, 2022 11:10 am
by alan_sh
Fantastic.

Thank you.

Alan