]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix position of search modal to avoid interface blocking at small breakpoints...
authorLouis-Maxime Piton <louismaxime.piton@orange.com>
Fri, 8 Mar 2024 08:04:12 +0000 (09:04 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 08:04:12 +0000 (09:04 +0100)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
site/assets/scss/_search.scss

index ca1e5b060c8164d8c5c5ec40063851484cca34b6..592d65f98fdaa33352ef5825f568d89538c61d7d 100644 (file)
@@ -47,6 +47,7 @@
   --docsearch-muted-color: var(--bs-secondary-color);
   --docsearch-hit-shadow: none;
 
+  position: fixed;
   z-index: 2000; // Make sure to be over all components showcased in the documentation
   cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled.