Hi,
we have upgraded OutSystems UI Web on our DEV environment from V 1.7.8 to 1.7.10
Now modals do not have a scrollbar:
Another try to upload oml...
If you put your content inside a container you can give it a style class. Make that style class have a fixed height and scroll the overflow e.g.
.mymodalcontent {height:200px; overflow-x:scroll;}
Hi Russel,
thanks for your help, but in my opinion it should work without any workaround like in the older version.
Kind regards,
Magnus