Prevent v-table Overscroll (WIP)
Open
@Gregg8 is already working on this.
Since Feb 1, 2021.
- Dominant language
- Clojure
- Stars
- 823
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.