Aravind Karnam
2025-03-31 12:43:32 +05:30
parent d8cbeff386
commit ef1f0c4102

View File

@@ -115,5 +115,6 @@ async () => {
document.body.style.overflow = "auto";
// Wait a bit for any animations to complete
await new Promise((resolve) => setTimeout(resolve, 100));
document.body.scrollIntoView(false);
await new Promise((resolve) => setTimeout(resolve, 250));
};