fix(style): Make cell take full height in firefox
This commit is contained in:
parent
7417b0fdcd
commit
18fa7d2eca
@ -295,6 +295,10 @@ export default class Style {
|
||||
$.style($body, {
|
||||
height: '0px'
|
||||
});
|
||||
|
||||
$.style($('tbody', $body), {
|
||||
height: '100%'
|
||||
});
|
||||
}
|
||||
|
||||
$.style(this.bodyScrollable, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user