breqdev / breq.dev

My personal website, built with NextJS.
https://breq.dev/
4 stars 1 forks source link

Algolia Search #1

Closed breqdev closed 3 years ago

breqdev commented 3 years ago

Adds a search box to the navbar, using Algolia to provide search responses

cloudflare-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 58894e7
Status: ✅  Deploy successful!
Preview URL: https://8d65851b.breq-dev-gatsby.pages.dev

View logs

breqdev commented 3 years ago

https://feature-algolia-search.breq-dev-gatsby.pages.dev/

Currently, typing in the search box causes the page to scroll up... this needs to be resolved.

breqdev commented 3 years ago

https://stackoverflow.com/questions/65929206/sticky-header-input-scrolls-on-input

This seems to be the same issue that I'm experiencing... Probably also explains the weird scrolling behavior when tabbing around the page.

breqdev commented 3 years ago

Looks all set now 👍