css-scroll-shadows
css-scroll-shadows copied to clipboard
How to apply CSS shadow on top of the scrollable elements
Thanks for this project!
I wonder if there is any quick fix for this situation, where you want to apply the shadow on top of the cards, and not in the background of the container:
z-index doesn't seem to be helping.
Maybe some
:before :after
trick could help?
Hey David,
i'm not sure if that's possible, but if you find a way to do it, i'm happy to adjust css-scroll-shadows (or accept a PR :) ). :)