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 f54befa commit f545964Copy full SHA for f545964
site/assets/scss/_search.scss
@@ -47,6 +47,7 @@
47
--docsearch-muted-color: var(--bs-secondary-color);
48
--docsearch-hit-shadow: none;
49
50
+ position: fixed;
51
z-index: 2000; // Make sure to be over all components showcased in the documentation
52
cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled.
53
0 commit comments