diff --git a/superset/assets/stylesheets/less/index.less b/superset/assets/stylesheets/less/index.less index b1fc604323..680c134b59 100644 --- a/superset/assets/stylesheets/less/index.less +++ b/superset/assets/stylesheets/less/index.less @@ -25,11 +25,7 @@ @stroke-primary: @brand-primary; body { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; + min-height: 100vh; display: flex; flex-direction: column; }