We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc7eac commit 252fd7eCopy full SHA for 252fd7e
src/css/vendor/docsearch.css
@@ -18,6 +18,7 @@
18
box-shadow: var(--navbar-menu-box-shadow);
19
display: flex !important;
20
flex-direction: column;
21
+ /* -4rem accounts for the height of the input, which is below the navbar */
22
max-height: calc(var(--viewport-height) - var(--navbar-height) - 4rem);
23
max-width: none;
24
min-width: auto;
0 commit comments