mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +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 {
|
.gh-viewport {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-main {
|
.gh-main {
|
||||||
|
Loading…
Reference in New Issue
Block a user