diff --git a/superset/assets/stylesheets/less/index.less b/superset/assets/stylesheets/less/index.less index 680c134b599..b1fc604323c 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; }