I use prism-react-editor in my NextJS app.
If I set the lineNumbers flag to true, then the horizontal scrollbar is always visible.
When the lineNumbers flag is false, the editor shows the horizontal scrollbar when necessary.
This behaviour will not change if wordWrap is true or false.
Is it possible to make the horizontal scrollbar appear only when needed while lineNumbers is enabled?