Scroll doesn't work on mobile
It seems you can scroll in the text areas on a mobile device: it might be because overflow: hidden
is set for the .code-box
, which is no longer needed now anyway. We can try removing this and see?
I would have thought, however, that the overflow: auto
on the .code-view
would have been the thing that isn't working on mobile, but it's unclear.