Looking to showcase a list of elements within a container div that features an inner shadow box. However, the issue is that the shadow box appears beneath the contained elements, creating an unappealing look.
https://i.sstatic.net/Get3w.png
After some research, I came across this solution which offers a workaround. But the challenge remains as I need to enable scrolling inside the container since the contained divs might overflow.
Is there a way to have the shadow display over the contained divs while still maintaining scroll functionality?