You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
Not sure where to ask this.
Scrolling inside container doesn't freescroll. Scrolling anywhere on container executes pageable full page scroll animation. I realize that is by design, but is there anyway to set freescroll to true when scrolling inside a container on the page that has overflow-y set to scroll?
<section>
*scroll here full page scroll
<div class="overflow-y-scroll">
A container with overflowed content meant to have default scroll or touch drag behavior
</div>
</section>
*scroll here full page scroll
<section>
*scroll here full page scroll
</section
Any help with this would be appreciated.
The text was updated successfully, but these errors were encountered:
Not sure where to ask this.
Scrolling inside container doesn't freescroll. Scrolling anywhere on container executes pageable full page scroll animation. I realize that is by design, but is there anyway to set freescroll to true when scrolling inside a container on the page that has overflow-y set to scroll?
Any help with this would be appreciated.
The text was updated successfully, but these errors were encountered: