Support Article
Vertical scrollbar does not display on the portal
SA-79656
Summary
Vertical scrollbar does not display on the portal.
Error Messages
Not Applicable
Steps to Reproduce
Launch the portal.
Root Cause
The Document Object Model (DOM) did not retrieve the height of the document.
Resolution
Perform the following local-change:
- Embed a section in the layout.
- Add the below code in the section:
<style>
.screen-layout-region-content {
height: auto!important;
}
</style>
Published August 19, 2019 - 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.