mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
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:
parent
0928ed118e
commit
648f006fc5
@ -13,6 +13,7 @@
|
||||
.gh-viewport {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.gh-main {
|
||||
|
Loading…
Reference in New Issue
Block a user