From 630b43964a6c76a9ce9f3d31344d645ea6453a18 Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Tue, 24 Mar 2020 03:45:13 +0530 Subject: [PATCH] css: Reorder `html` below `body` in portico.scss. --- static/styles/portico/portico.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {