Skip to content

Commit 636dc4d

Browse files
committed
docs: fix position of search modal to avoid interface blocking at small breakpoints
1 parent e2e85d7 commit 636dc4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/assets/scss/_search.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
--docsearch-muted-color: var(--cui-secondary-color);
3030
--docsearch-hit-shadow: none;
3131

32+
position: fixed;
3233
z-index: 2000; // Make sure to be over all components showcased in the documentation
3334
cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled.
3435

0 commit comments

Comments
 (0)