Need help with disabling scrolling

Hi everyone,

I’m currently working on a project where I need to disable scrolling within a repeating group when a popup is displayed over it. My goal is to prevent the user from interacting with the repeating group content while the popup is active.

As a first step, I’m testing out how to disable scrolling within the repeating group without the popup in place. I’ve tried using an HTML element to apply CSS and JavaScript for disabling scrolling, but I haven’t been successful yet. Here’s the link to my test setup: [Booking App | Bubble Editor]

Any help would be greatly appreciated. :slightly_smiling_face:

you can use CSS…put the ID attribute onto the RG based on condition when the popup is visible. The HTML on page for the CSS CSS overflow-y property

This topic was automatically closed after 70 days. New replies are no longer allowed.