FAQ: How to Fix the Double scroll bars of the popup
Question:
How to remove the double scroll bars of the popup?
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;
}-
Updated on: 22/06/2022
Thank you!