From f271a27dbc22c5268f5c95eecf5d98ac89108192 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Fri, 30 Aug 2019 12:30:18 -0700 Subject: [PATCH] Revert "Fix tooltips not visible for NVD3 charts on Firefox (#7822) (#7929)" This reverts commit 6df2a713e4189dc19168cd7ace754451e9c38d01. --- superset/assets/stylesheets/less/index.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/superset/assets/stylesheets/less/index.less b/superset/assets/stylesheets/less/index.less index 680c134b5991..b1fc604323c0 100644 --- a/superset/assets/stylesheets/less/index.less +++ b/superset/assets/stylesheets/less/index.less @@ -25,7 +25,11 @@ @stroke-primary: @brand-primary; body { - min-height: 100vh; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; display: flex; flex-direction: column; }