From 18fa7d2eca9b13fb4d4837ab8c546b2eb859ea08 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 19 Jul 2018 14:59:39 +0530 Subject: [PATCH] fix(style): Make cell take full height in firefox --- src/style.js | 4 ++++ 1 file changed, 4 insertions(+) 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, {