konstaui / konstaui.com

Konsta UI website
https://konstaui.com
30 stars 13 forks source link

window.scroll is not working when used page component #13

Open jihan-chillin opened 1 year ago

jihan-chillin commented 1 year ago

I wrapped whole page with Page component and displayed all contents. And also displayed 'top-scroll-indicator' on it.

The page was scrollable but, seemed not to detect ScrollY value. When I removed the page components wrapping the page, it worked normally.

Is there any reason why page component doesn't detect scrollY value?