css: Reorder `html` below `body` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-24 03:45:13 +05:30 committed by Tim Abbott
parent f2640461d8
commit 630b43964a
1 changed files with 4 additions and 4 deletions

View File

@ -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 {