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 e2e85d7 commit 636dc4dCopy full SHA for 636dc4d
docs/assets/scss/_search.scss
@@ -29,6 +29,7 @@
29
--docsearch-muted-color: var(--cui-secondary-color);
30
--docsearch-hit-shadow: none;
31
32
+ position: fixed;
33
z-index: 2000; // Make sure to be over all components showcased in the documentation
34
cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled.
35
0 commit comments