Skip to content

Commit

Permalink
fix: new height offset for I/O
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Jan 5, 2022
1 parent 3eaf5e6 commit 7b2649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const onClientEntry = () => {
};

const shouldUpdateScroll = ({ routerProps: { location } }) => {
const PAGE_OFFSET_HEIGHT = 575;
const PAGE_OFFSET_HEIGHT = 310;
const IS_IO = location.pathname.includes('instant-observability');

// scrolls only after search query parameter on I/O site changes
Expand Down

0 comments on commit 7b2649a

Please sign in to comment.