From 4cea8b1786ddbe365747cabebe9bee44d70a3b6d Mon Sep 17 00:00:00 2001 From: louismaximepiton Date: Fri, 26 Aug 2022 09:19:33 +0200 Subject: [PATCH] Add a comment for track the bug. --- site/assets/scss/_search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;