This commit is contained in:
Cory LaViska
2021-09-07 13:21:22 -04:00
parent 382a39e6ed
commit c360d471cd

View File

@@ -48,7 +48,7 @@ body.site-search-visible {
@media screen and (max-width: 1000px) {
.site-search__panel {
max-width: 100%;
max-height: 92vh;
max-height: calc(92vh - 140px); /* allow iOS browser chrome */
margin: 4vh var(--sl-spacing-medium);
}
}