How to prevent the scrollbar from sliding over the number gutter

Anyone know how to prevent the scrollbar from displaying over the gutter when scrolling to the left? Here’s a example of the issue and an example of the expected behavior

Thanks for your help :slight_smile:

You can’t, this is how the CodeMirror scrollbar is supposed to work (the gutter is inside the scrollable area, with position sticky).