diff --git a/src/style.js b/src/style.js index f06bc24..118e85c 100644 --- a/src/style.js +++ b/src/style.js @@ -295,6 +295,10 @@ export default class Style { $.style($body, { height: '0px' }); + + $.style($('tbody', $body), { + height: '100%' + }); } $.style(this.bodyScrollable, {