Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Double horizontal scrollbar for List Applet

edited Nov 30, 2018 12:42AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 9 commentsAnswered

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center