Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal scrollbar is not visible #1834

Open
NiedziolkaMichal opened this issue Aug 7, 2023 · 0 comments
Open

Horizontal scrollbar is not visible #1834

NiedziolkaMichal opened this issue Aug 7, 2023 · 0 comments

Comments

@NiedziolkaMichal
Copy link

Problem

When showGutter is set to false and value is wider than the containing window, horizontal scrollbar is not shown.
I have noticed that manual scrolling by text selection fixes the problem, as well as replacing the value. Both of those, are unfortunately, not a good solutions that I could use in production.

Sample code to reproduce your issue

      <AceEditor
        showGutter={false}
        value={`function onLoad(editor) console.log("i've ladsadsadsadasdasdsadasdasdasdasdasdasdas");
}`}/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant