Code blocks always displaying scrollbars in Alto, no matter the size

Code blocks in Alto always display a scrollbar, even when there’s no need for one.

Alto vs Casper:

Any way to change this behaviour?

Hi @sfkpmr,

You should be able to solve this with a line in code injection:

<style>pre {overflow: auto;}</style>

Thanks!