Select to view content in your preferred language

Remove scroll bar option in WAB widget

2934
21
Jump to solution
07-20-2018 06:45 AM
joerodmey
MVP Alum

How to remove the scroll bars in a widget in WAB?

0 Kudos
21 Replies
RobertScheitlin__GISP
MVP Emeritus

Actually I mean the whole

C:\x\x\x\arcgis-web-appbuilder-2.8\WebAppBuilderForArcGIS\client\stemapp folder

0 Kudos
joerodmey
MVP Alum

Before replacing the files I modified the height and width in style.css and that seemed to be the problem. Now it looks like this and it works:

.jimu-widget-about{
   width: 100%;
  height: 100%;
}

Thanks for the help

0 Kudos