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
21902.png
21903.png

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:-)