Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Scrollbar issue in Grid
Hello ,
I am trying to use Grid in my application.
But having a issue when grid starts dispalying the scroll bar when data grows.
Scrollbar is misplaced and i am not able to see the grid data anymore.
Attaching the screenshot below.
Did anyone face similar issue?
Suggestion on this would be really helpful
Hi,
It looks like either the styles (CSS) for the grid is not loaded/included in the theme, or there’s some other serious rendering problem in your application. So check from your application styles.css file that it contains selectors that start with ".v-grid".
Hello Jouni Koivuviita,
Thanks for you response .
Yes , as you said the problem was with theme compilation .Grid related styles were missing in style.css.
Fixed it now:-)