Support Article
Search screen displays completely on the portal screen
SA-86884
Summary
In the work user portal, while searching the work object, search screen displays completely on the portal screen.
Error Messages
Not Applicable.
Steps to Reproduce
Search a work object on the user portal.
Root Cause
An issue in the custom application code or rules.
User has overridden styles in the cpm-overrides stylesheet.
Resolution
Perform the following local-change:Add the below styles in the cpm-overrides Cascading Style Sheets (CSS) file.:
[aria-label="CPM-Search-Results"].pz-po-c {
height: auto !important;
width: auto !important;
left: auto !important;
padding-left: 6px;
padding-top: inherit;
right: 172px !important;
margin-top:10px;
}
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.