diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index f8fbb930bc..9b12a07fc4 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -7,6 +7,10 @@ body { font-size: 17px; } +html { + height: 100%; +} + .noscroll { overflow: hidden; position: fixed; @@ -76,10 +80,6 @@ body { display: inline-block; } -html { - height: 100%; -} - /* The API tabbed content tends to have a lot of code blocks, which look nicer against a different background */ .api-center .code-section .blocks {