You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 putdisplay: block !important
toace_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
The text was updated successfully, but these errors were encountered: