Scroll bar on Splash widget but only in IE

358
1
Jump to solution
01-29-2018 02:57 AM
DarrylHilton
New Contributor III

Hi

I have built an app which includes a splash screen via the Splash widget.

In Chrome it is fine, but in IE it gives a scroll bar, which doesn't actually do anything. I have tried resizing the splash and the contents but it is always there.

 

Any suggestions?

0 Kudos
1 Solution

Accepted Solutions
DarrylHilton
New Contributor III

Typically I solved this not long after posting! I had been looking for a while before. 

Anyway, for completeness, I got rid of the scroll bar by deleting the overflow-x and overflow-y settings completely in the .jimu-widget-splash-desktop .custom-content section of ...widgets\Splash\css\style.css. (around line 134)

View solution in original post

0 Kudos
1 Reply
DarrylHilton
New Contributor III

Typically I solved this not long after posting! I had been looking for a while before. 

Anyway, for completeness, I got rid of the scroll bar by deleting the overflow-x and overflow-y settings completely in the .jimu-widget-splash-desktop .custom-content section of ...widgets\Splash\css\style.css. (around line 134)

0 Kudos