fidel1
(fidel Lagos)
1
Hi
I want to modify an style (overflow from hidden to visible , so scroll bar is shown)
.v-scrollable > .v-widget {
vertical-align: middle;
overflow: hidden;
}
I found this type in styles.css
but when I build vaadin maven aplication, this file is deleted
how can I modify styles ?
thanks
ollit.1
(Olli Tietäväinen)
2
Hi,
you should make your changes to your theme .
s
css file (like mytheme.scss) instead of styles.css. The .css file is compiled from the .scss file. See also this article in the docs:
https://vaadin.com/docs/-/part/framework/themes/themes-overview.html
Best regards,
Olli