I'm trying to style a list with the following effect:
I can achieve this using :after, but that's only if the list's overflow-y property isn't set to scroll or auto (which causes overflow-x to become auto as well, see this SO answer). If I set the :after element's position to absolute, it won't scroll with the list.
Any idea how can I get this effect in a scrolling list?
Thanks