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

Missing scrollbars #339

Open
lipisak opened this issue Apr 9, 2024 · 2 comments
Open

Missing scrollbars #339

lipisak opened this issue Apr 9, 2024 · 2 comments

Comments

@lipisak
Copy link

lipisak commented Apr 9, 2024

Hello,
There seems to be an issue with ace editor scrollbars. I don't see any scrollbar whatsoever (in resources view in browser the css display property is flickering to none and back).
I'm attaching screenshot with visible display:none;. If i put display: block !important to ace_scrollbar-v class the scrollbar is shown correctly. But I can't seem to change it permanently in vaadin.
I tried to create file: /frontend/themes/classic/components/ace-widget.css (according to documentation of Vaadin). but it has no effect. The css file has content as follows:

.ace_scrollbar-v { display: block !important; }

I am using Vaadin 24.3.9.

I saw there was a similar issue which was closed as resolved.

THX
JS

@lipisak
Copy link
Author

lipisak commented Apr 9, 2024

this is the related issue: #58

@lipisak
Copy link
Author

lipisak commented Oct 21, 2024

Hi there,
is this project still active?

Thx
JS

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