toodego: don't force a minimal height for content (#33807)

When the onscreen keyboard pops up the screen could go below that size
and scrollbars would appear on the search page and push the search input
out of screen.
This commit is contained in:
Frédéric Péters 2019-06-09 11:17:47 +02:00
parent 7df97d48c5
commit 34917d1818
1 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,10 @@ div.banner {
}
}
div#main-content {
min-height: auto;
}
#content #sidebar {
width: 100%;
@media screen and (max-width: $desktop-limit) {