-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Scrollbar covers values in intellisense window #3662
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
Comments
you can set width of the popup using css
|
Closing, but please comment if the suggestion above doesn't work well for you and you think the autocompleter must be changes to work differently. |
.ace_autocomplete {width: 400px !important;} this is default option. I think, that it should be changed to work correctly :) appreciate that try |
Hi we found this issue while using great ace editor - we are satisfied with it and it helps us a lot so thanks in advance.
Steps to reproduce:
Actual result:
You can see that for sometime values in intellisense window are covered by scrollbar
Expected result:
All values are visible
Additional information:
I found out that window with values width shrinks after while. It lower its value from 280px to 263px.
Probably some kind of invalidate happens there and then it gets correct.
The text was updated successfully, but these errors were encountered: