# AmityUIKitProvider breaks page scroll

**URL:** https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492
**Category:** Web
**Created:** [August 2, 2022, 12:46pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492 "2022-08-02T12:46:21Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![anton](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@anton](https://forum.social.plus/u/anton)
#### Post date: [August 2, 2022, 12:46pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/1 "2022-08-02T12:46:21Z")

</div>

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

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/amity/original/1X/a3e484e1a52ee191dd470312cbadcdea500ae76c.jpeg)

How would you suggest to fix this?

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 4, 2022, 4:42am UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/2 "2022-08-04T04:42:45Z")

</div>

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

---

<div class="post-metadata">

### Author: ![anton](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@anton](https://forum.social.plus/u/anton)
#### Post date: [August 4, 2022, 8:20am UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/3 "2022-08-04T08:20:39Z")

</div>

Open source version.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 4, 2022, 1:36pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/4 "2022-08-04T13:36:01Z")

</div>

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

---

<div class="post-metadata">

### Author: ![anton](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@anton](https://forum.social.plus/u/anton)
#### Post date: [August 5, 2022, 1:56pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/5 "2022-08-05T13:56:05Z")

</div>

It’s up to date with the latest version of the open source version, [here is the repo](https://github.com/Meet-Perry/amity-uikit).

---

<div class="post-metadata">

### Author: ![anton](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@anton](https://forum.social.plus/u/anton)
#### Post date: [August 8, 2022, 12:49pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/6 "2022-08-08T12:49:55Z")

</div>

[Fixed](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource/commit/450f0e71c12ca43ea64f25e5ab38ee141af93ebf) by changing overflow value for UIStyles component.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [August 8, 2022, 12:56pm UTC](https://forum.social.plus/t/amityuikitprovider-breaks-page-scroll/492/7 "2022-08-08T12:56:03Z")

</div>

Hi @anton thank you for the update 🙏
