AmityUIKitProvider breaks page scroll

AmiyUiKitProvider wraps children components into a div and generates styles with overflow:hidden that breaks scroll for the page.

How would you suggest to fix this?

Hello @anton may I know is this the packaged UIKit or open-source one?

Open source version.

got it, is it possible to share the version number and screenshot/vdo recording of this issue as well? @anton

It’s up to date with the latest version of the open source version, here is the repo.

Fixed by changing overflow value for UIStyles component.

1 Like

Hi @anton thank you for the update :pray: