From 64ac262933dfbf088c5840ba79f49ad4ceddba0d Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Wed, 18 Dec 2024 16:06:56 -0600
Subject: [PATCH] Prevent scrolling to top with cookie dialog.
---
docs/source/_templates/page.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/_templates/page.html b/docs/source/_templates/page.html
index ef7008ab82..563a8b1d28 100644
--- a/docs/source/_templates/page.html
+++ b/docs/source/_templates/page.html
@@ -189,7 +189,7 @@
shortbread.checkForCookieConsent();
Privacy | Site Terms | Cookie preferences
+ href="#" onclick="event.preventDefault(); shortbread.customizeCookies();">Cookie preferences
{# end of AWS modification of Furo template #}