Vaadin table not scrollable in Chrome

Hi everyone,

I am really stuck in this problem. I made a table, which is SCROLLABLE in Internet Explorer browser. But, it this table is not scrollable in Chrome and Fire fox. I tried many ways mentioned in google, but could not solve the problem yet.

Any help will be highly appreciated.

Thanks.

Hi! Which Vaadin version, and are you using Grid, or Table, or some other element for your table? Did you check e.g. the sources in
Sampler
and our
documentation
for examples? It’s hard to guess what might be wrong with this little to go on.

Following style in style sheet solve the problem.

.v-scrollable
{
overflow: auto;
}

Thanks for the reply though.

@annu

it would be better if you had a screenshot. and which ver of vaadin you are using.so that we could help you.try to check s code
https://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/features