Skip to content

Commit

Permalink
fix(v2): missing/hidden algolia search suggestion result (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey authored and yangshun committed Oct 30, 2019
1 parent 64871b7 commit 6fcee6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ If you've swizzled Algolia `SearchBar` component before, please update your sour
- 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.
- 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.
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
}

.algolia-autocomplete .algolia-docsearch-suggestion {
display: block;
position: relative;
padding: 0;
overflow: hidden;
Expand Down

0 comments on commit 6fcee6d

Please sign in to comment.