Question
Bits In Glass
IN
Last activity: 17 Jun 2021 8:31 EDT
Facing Issue while accessing Case Lifecycle of all case types
There is a horizontal scrollbar issue for one of the screens in our application. For this I have added below code in User Work Form:
<style> .flex.screen-layout-header_left > .screen-layout-region-main-middle {
overflow-y:auto !important;
}
div#PEGA_HARNESS{
overflow-y:auto !important;
} </style>
This code has fixed the scrollbar issue which we have, but it created an other issue in Dev portal that we are not able to access Case Life cycle properly. All the process and steps are not able to access in the case life cycle.
Attaching the screenshot in this for the reference. Appreciate any help.
Thank You.