Prevent two-up being lost under options. Fixes #241.

This commit is contained in:
Jake Archibald
2018-11-06 17:15:15 +00:00
parent 66aac12db7
commit 556a98cb32

View File

@ -32,7 +32,7 @@
}
@media (min-width: 860px) {
max-height: 100%;
max-height: calc(100% - 40px);
}
}