day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 146 forks source link

Prevent v-table Overscroll (WIP) #246

Open Gregg8 opened 3 years ago

Gregg8 commented 3 years ago

As stated here, currently, scrolling a v-table also scrolls parent scrollbars (usually the one on [:body]).

The solution seems to be to use the relatively new CSS :overscroll-behavior.

Couldn't get it to work, however. Get back to this when we have more time.

Another reference page: https://developers.google.com/web/updates/2017/11/overscroll-behavior