Issues with Scrolling Appearing on Popup

Hiya friends! I am having some issues with my popup for mobile. I am using a CommonNinja version on desktop but I am wanting to use Elfsight’s for mobile. Basically I get this amazing popup to appear but then when I tap on it with my finger using my phone, the scroll bar for up and down and side to side appears.

Is there any CSS to fix this issue? Preferably so that it is static and not bars appear that can have someone move the content around?

1 Like

Hi there @Quilla :wave:

We’ve removed scrolls by adding this code to the Custom CSS field on the Settings tab:

[class*="WidgetBackground__Container-sc"] {
  overflow: hidden !important;
}

Please check it and let me know if you like the result :slightly_smiling_face:

Yes!! worked perfectly! thank you so much!!!

2 Likes

Great! You are always welcome :wink: