I was facing the issue that as soon as I put scrolling onto my modal (dialog) the whole content appeared blurry. I set overflow = “Auto” (or anything else that scrolls).
It was gone when I set overflow back to “unset”. I put it onto the “content” box.
The solution was to put the scrolling (overflow = auto) onto the container inside the content box.