mirror of https://github.com/zulip/zulip.git
css: Reorder `html` below `body` in portico.scss.
This commit is contained in:
parent
f2640461d8
commit
630b43964a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue