Pop-up has scroll bar
- 30 Oct 2024
- 1 Minute To Read
- Print
- DarkLight
- PDF
Pop-up has scroll bar
- Updated On 30 Oct 2024
- 1 Minute To Read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue
When you create a Pop-up and preview it, there is a scroll bar in the Pop-up.
Probable Causes
- The Pop-up contains a lot of content that exceeds its maximum height
- The video/image inserted is larger than the media container's size
- There is spacing between the elements of the Pop-up
Suggested Solutions
Make the following changes to the Pop-up using the code view:
Reduce the height of the Pop-up
Reduce the height of the image container and the wfx media.
Reduce the spacing between all the elements in the Pop-up.
Ensure that the image or video added in the Pop-up is not too large
Add the following code in the Pop-up template card to avoid the scroll bar,
overflow: hidden;
your title goes here
You can see a scroll bar when there is a variation in the screen resolution. Low screen resolution also causes the scroll bar to appear.
Was this article helpful?