Firefucks

Firefox can't do flexbox, because why would a modern browser be able to do flexbox? Cray.
Closes #5438, Closes #5401 - same fix but vh unit because % unit is hella unreliable.
This commit is contained in:
John O'Nolan 2015-06-24 12:17:49 +01:00
parent 0928ed118e
commit 648f006fc5

View File

@ -13,6 +13,7 @@
.gh-viewport {
flex-grow: 1;
display: flex;
max-height: 100vh;
}
.gh-main {