Theme Cosmos - scrollable preview panel

We have an application that is using Theme Cosmos, and we heavily use the preview panel. We’re already using a layout group (accordeon) to condense information, but in some cases a scrollbar is desirable. For example:

One solution would be to override the .slide-in-summary class (or a more specific selector, i.e. div[node_name=“pxMainPageSideInContainer”].slide-in-summary) with CSS, and set overflow to ‘scroll’ instead of ‘auto’. But, I’m curious if future release provide an extension for this or if there are better solutions than overriding the CSS in order to avoid breaking upgrade changes.

@BasG0629

First of all, this seems to be an OOTB UI bug which PEGA seems to have fixed in 8.7 (see attached screen-shot).

About your solution, I think it’s correct approach as the CSS rule is defined within py-cosmos-ui-templates.

You might ask PEGA support to backport this change to your version (if technically possible) if this is critical requirement for your Business.

Thanks