Issue where I am unable to scroll vertically on a modal

Hi team,

Anybody else encounter this issue? Tool was working fine about a week ago when this error started happening. I've tried using different browsers (Brave, Chrome, Safari) - still the same error.

Specifically, this is happening to a modal. The background page is also scrollable. I am unable to attach a video showing the bug!

Thanks!

1 Like

Its happening the same to me, but in my case just stopped working on Edge, in chrome still work fine

Hey @charles!

Thanks for surfacing this! It is a known issue that we're working on pushing a fix for, you can track the status of it here as well! In the meantime, can you try using this custom CSS?

.retool-modal-component-wrapper{ 
  pointer-events: initial; 
}