From 2f4c2c57a94efb718ce7535c8011d117d30a62c3 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 26 Jun 2023 01:47:15 +0530 Subject: [PATCH] Bug fixes --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 6b7b5d8..d49e01e 100644 --- a/index.html +++ b/index.html @@ -1136,6 +1136,7 @@ }, ] router.addRoute('economic_framework', () => { + document.body.scrollTop = document.documentElement.scrollTop = 0; }) window.onload = () => { document.body.classList.remove('hidden')