Double horizontal scrollbar for List Applet
Hi,
We are in process of upgrading from 8.1.1.7 to 8.1.1.11.9
One thing we noticed is if the Form applet is wider then the screen size then also horizontal scroll bar does not come up.
When created sn SR with Oracle they suggested to change the theme-base.css file as follows (overflow parameter value change from hidden to auto as shown with red color):
/* Normal Applet, Pick, MVG */
.siebui-applet,
.LayoutStyleMin,
.LayoutStyleMax,
.LayoutStyleHide,
.siebui-applet,
.AppletBlock,
div.siebui-screen-hp-applet,
div.NotSelected,
div.Selected {
margin: 2px 2px 10px 2px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
overflow: auto; //This was hidden and changed to auto
outline: none !important;