Varia: Remove overflow:scroll on pre element
`overflow: scroll` is applied to `pre` elements in our normalize file.
This creates unsightly scrollbars on Verse blocks and others. The latest
version of `normalize.css` doesn't include this particular style.
Let's try removing it, and assuming everything is ok we'll remove it
from Seedlet-based themes too.
Fixes #2842