mirror of https://github.com/zulip/zulip.git
5xx: Change min-height to reflect new footer.
The min-height for the error pages was not updated to reflect the height of the new footer, so this updates the value and makes it a non-scrolling page in most browsers again.
This commit is contained in:
parent
cd3518377a
commit
fc4311b1e6
|
@ -1752,7 +1752,8 @@ input.new-organization-button {
|
|||
}
|
||||
|
||||
.error_page {
|
||||
min-height: calc(100vh - 64px);
|
||||
padding: 20px 0px;
|
||||
min-height: calc(100vh - 290px);
|
||||
background-color: #c9e9e0;
|
||||
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue