tags:

views:

27

answers:

1

I am using jquery in my project.

my requirement is set min-height for table body and I need scroll for overflow.

It is not working in chrome browser working fine in firefox

table body height overflow is not working in chrome

..... .....
A: 

Try set for tbody "display: block"

Fer0x