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?
Solved! Go to Solution.
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)
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)