> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.popup-builder.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# FAQ: How to Fix the Double scroll bars of the popup

# ${color}[#225fec](Question: )

How to remove the double scroll bars of the popup?

# ${color}[#ff8000](Answer: )

Use this code in the CSS filed of the popup, to remove the double scroll bars of the popup:

sgpb-main-html-content-wrapper {
overflow: hidden !important;
}-

