diff --git a/ts/graphs/graphs-base.scss b/ts/graphs/graphs-base.scss index 2b65560d9..34c8e3d02 100644 --- a/ts/graphs/graphs-base.scss +++ b/ts/graphs/graphs-base.scss @@ -4,3 +4,5 @@ button { margin-bottom: 5px; } + +html { height: initial; } \ No newline at end of file diff --git a/ts/import-csv/import-csv-base.scss b/ts/import-csv/import-csv-base.scss index 08c8b39e2..53738cc1e 100644 --- a/ts/import-csv/import-csv-base.scss +++ b/ts/import-csv/import-csv-base.scss @@ -15,8 +15,9 @@ body { min-height: 100vh; - height: auto; width: min(100vw, 70em); margin: 0 auto; padding: 0 1em 1em 1em; } + +html { height: initial; } \ No newline at end of file