Support Article
Extra padding added on collapsing Navigation menu
SA-62580
Summary
On expanding the Navigation Menu, the columns at the end in the grid are truncated and the scrollbar does not display. However, on collapsing the menu, the complete grid content is visible in the main container area.
Error Messages
Not Applicable
Steps to Reproduce
- Add a section with a repeating grid layout with icons configured, on the header.
- Launch the Case Manager portal or any portal that has a screen layout with the left side Navigation menu.
- Configure a grid to display in the main container.
- Expand the Navigation menu.
Root Cause
An issue in the custom application code or rules.
The width of the table was set to Fixed. As a result, the grid lacked responsiveness on expand or collapse of the Navigation pane.
Resolution
Perform the following local-change:
- In the Presentation tab of the Grid properties, set the Width of content to Fill 100%.
- In the UserWorkForm, add the below code to display the scrollbars.
#PEGA_GRID_CONTENT{
overflow:auto !important ;
}
Published December 27, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.