diff --git a/src/style.css b/src/style.css index 38bd8a34..b3444f50 100644 --- a/src/style.css +++ b/src/style.css @@ -657,6 +657,7 @@ svg.DocSearch-Hit-Select-Icon { } .DocSearch-Container { + height: 100vh; height: -webkit-fill-available; position: absolute; } @@ -676,6 +677,7 @@ svg.DocSearch-Hit-Select-Icon { .DocSearch-Modal { border-radius: 0; box-shadow: none; + height: 100vh; height: -webkit-fill-available; margin: 0; max-width: 100%;