Skip to content

Commit

Permalink
chore: fixed (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewis84 authored Dec 12, 2024
1 parent 1152c69 commit e7b1951
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/web-shared/components/Searchbar/Searchbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ const Searchbar = (props = {}) => {
} else {
// Restore body to normal position
document.body.style.position = '';

// Restore the scroll position
window.scrollTo(0, scrollPosition);
}

// Clean up the effect when the component unmounts
Expand Down

0 comments on commit e7b1951

Please sign in to comment.