I'm missing someting obvious - how do I make a flex grid sticky so that it doesn't scroll oout of side when the page moves down?
Alan
Make a flex grid sticky?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Make a flex grid sticky?
A flex grid does not support sticky.
The flex grid usually contains the header. content and footer so it would make no sense to keep this all sticky.
But nothing keeps you from using a separate layout grid for the header instead.
The flex grid usually contains the header. content and footer so it would make no sense to keep this all sticky.
But nothing keeps you from using a separate layout grid for the header instead.
Re: Make a flex grid sticky?
OK - thanks. I guess that's what I will do.