Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorlouismaximepiton <louismaxime.piton@orange.com>2022-08-26 10:19:33 +0300
committerMark Otto <otto@github.com>2022-09-01 04:03:42 +0300
commit4cea8b1786ddbe365747cabebe9bee44d70a3b6d (patch)
tree0da8a11e509186de0b3c3bf667f24d2cb7939600 /site
parent995df354f260ccf46672e4dc9e7b2c242bd4c02d (diff)
Add a comment for track the bug.
Diffstat (limited to 'site')
-rw-r--r--site/assets/scss/_search.scss2
1 files changed, 1 insertions, 1 deletions
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;