Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
Browse files Browse the repository at this point in the history
…l into develop
  • Loading branch information
mohdsayed committed Apr 11, 2024
2 parents 7fd68ff + 9fd8428 commit 090f9a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ const BlockedCookiesSection = () => {
<button
className="text-bright-navy-blue dark:text-jordy-blue"
onClick={() => {
document
.getElementById('cookies-landing-scroll-container')
?.scrollTo(0, 0);
updateSelectedItemKey(SIDEBAR_ITEMS_KEYS.SETTINGS);
}}
>
Expand Down

0 comments on commit 090f9a0

Please sign in to comment.