142
Views
3
Comments
[OutSystems UI Web] Modal - scrollbar missing
Question
outsystems-ui-web
Web icon
Forge asset by OutSystems

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:


BugModalScrollbar.oml
UserImage.jpg
Magnus

Another try to upload oml...

BugModalScrollbar.oml
2018-07-02 08-57-04
Russell Codd

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;}

UserImage.jpg
Magnus

Hi Russel,

thanks for your help, but in my opinion it should work without any workaround like in the older version.

Kind regards,

Magnus

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.