improve docsearch on mobile

This commit is contained in:
Philipp Kühn 2021-02-04 10:28:58 +01:00
parent 5409a796f5
commit fea23c4b43

View File

@ -92,6 +92,11 @@ code {
filter: saturate(0);
}
.DocSearch-Container {
position: fixed !important;
height: 100vh !important;
}
.text {
$spacing: 0.75em;