Skip to content

Commit

Permalink
Prevent scrolling to top with cookie dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Dec 18, 2024
1 parent 767f4d1 commit 64ac262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
shortbread.checkForCookieConsent();
</script>
<a href="https://aws.amazon.com/privacy">Privacy</a> | <a href="https://aws.amazon.com/terms">Site Terms</a> | <a
href="#" onclick="shortbread.customizeCookies();">Cookie preferences</a>
href="#" onclick="event.preventDefault(); shortbread.customizeCookies();">Cookie preferences</a>
</div>
{# end of AWS modification of Furo template #}
</div>
Expand Down

0 comments on commit 64ac262

Please sign in to comment.