fix(style): Make cell take full height in firefox

This commit is contained in:
Faris Ansari 2018-07-19 14:59:39 +05:30
parent 7417b0fdcd
commit 18fa7d2eca

View File

@ -295,6 +295,10 @@ export default class Style {
$.style($body, { $.style($body, {
height: '0px' height: '0px'
}); });
$.style($('tbody', $body), {
height: '100%'
});
} }
$.style(this.bodyScrollable, { $.style(this.bodyScrollable, {