Hello,
I built a demo application with Lumira 2.0 Designer and I´m facing a problem when resizing the screen. The adaptive layout component arranges the elements correctly but when resizing the window to "small" (on desktop) my tiles arrange vertical and the tiles at the bottom aren´t visible to the user anymore. By default there is also no option to scroll down. So I was searching for a solution and did the following:
Created a panel and inserted the adaptive layout component there.
Create CSS class:
div.zenborder div.scroll-y
{ /* do not allow X scroll */ overflow-x: hidden !important; /* allow Y scroll */ overflow-y: scroll !important;
I also assigned the CSS class to the panel.
Please see the attached screenshots for the result...
Any ideas how to fix this?
Thanks in advance!
Content:

CSS:

Panel with assigned CSS Class:

Result large:

Result medium:

Result small: (as you can see I´m not able to scroll down to see the 4th tile completely)
