From: louismaximepiton Date: Fri, 26 Aug 2022 07:19:33 +0000 (+0200) Subject: Add a comment for track the bug. X-Git-Tag: v5.2.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cea8b1786ddbe365747cabebe9bee44d70a3b6d;p=thirdparty%2Fbootstrap.git Add a comment for track the bug. --- diff --git a/site/assets/scss/_search.scss b/site/assets/scss/_search.scss index a7e26331ff..01e9d036e4 100644 --- a/site/assets/scss/_search.scss +++ b/site/assets/scss/_search.scss @@ -23,7 +23,7 @@ --docsearch-hit-shadow: none; z-index: 2000; // Make sure to be over all components showcased in the documentation - cursor: auto; + cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled. @include media-breakpoint-up(lg) { padding-top: 4rem;