scrollable Container in Snippet

0
Hello :-) scrollable containers are not supportet in snippets. does some have a workaround for this?   in this snipped i have a Layout Grid with 6,6 ( one half and another half ) and i want that the right half is scrollable.The left one should not be scrollable.   Thanks in advance :-) Best Regards
asked
2 answers
6

Hi,

Try to achieve the scroll using css.

Use the below mentioned css in your layout or container

max-height: {setyourheight};

overflow-y: scroll;

 

Hope it helps!!!

 

answered
1

Thanks Bharathi!

answered