Skip to content

Files

Latest commit

 

History

History
10 lines (10 loc) · 654 Bytes

93.md

File metadata and controls

10 lines (10 loc) · 654 Bytes
title date submitter number tags discussion
I want to control “overscroll” on all elements
2019-11-26 22:10:46 UTC
Anonymous
93
css

In many native platforms, there is a special “overscroll” effect that looks like a fluid colored shadow when the user reaches the end of a scrollable list (for example) and tries to scroll further. On the web this effect is applied only if scroll is applied to the html element. In web apps it's a common practice to have scroll on inner elements, so it would be nice if we could use this effect on inner scrollable elements as well.