mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 13:38:33 +02:00
fix(v2): missing/hidden algolia search suggestion result (#1915)
This commit is contained in:
parent
64871b76e4
commit
6fcee6dde4
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ If you've swizzled Algolia `SearchBar` component before, please update your sour
|
||||||
- Convert sitemap plugin to TypeScript.
|
- Convert sitemap plugin to TypeScript.
|
||||||
- Significantly reduce main bundle size and initial HTML payload on production build. Generated JS files from webpack is also shorter in name.
|
- Significantly reduce main bundle size and initial HTML payload on production build. Generated JS files from webpack is also shorter in name.
|
||||||
- Refactor dark toggle into a hook.
|
- Refactor dark toggle into a hook.
|
||||||
|
- Fix algolia styling bug, sometimes search suggestion result is hidden.
|
||||||
- Changed the way we read the `USE_SSH` env variable during deployment to be the same as in v1.
|
- Changed the way we read the `USE_SSH` env variable during deployment to be the same as in v1.
|
||||||
- Fix accessing `docs/` or `/docs/xxxx` that does not match any existing doc page should return 404 (Not found) page, not blank page.
|
- Fix accessing `docs/` or `/docs/xxxx` that does not match any existing doc page should return 404 (Not found) page, not blank page.
|
||||||
- Allow user to add custom HTML to footer items.
|
- Allow user to add custom HTML to footer items.
|
||||||
|
|
|
@ -356,6 +356,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-autocomplete .algolia-docsearch-suggestion {
|
.algolia-autocomplete .algolia-docsearch-suggestion {
|
||||||
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue