Skip to content

Commit f545964

Browse files
Docs: fix position of search modal to avoid interface blocking at small breakpoints (#39739)
Co-authored-by: Julien Déramond <[email protected]>
1 parent f54befa commit f545964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/assets/scss/_search.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
--docsearch-muted-color: var(--bs-secondary-color);
4848
--docsearch-hit-shadow: none;
4949

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

0 commit comments

Comments
 (0)