Prevent two-up being lost under options. Fixes #241.
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
@media (min-width: 860px) {
|
||||
max-height: 100%;
|
||||
max-height: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user