diff --git a/web/src/index.js b/web/src/index.js
index 585d854b32a204573e8c650561fecb78514506ca..cd165ddc4a02e0ce007455de4a3f7f42ffa45b20 100644
--- a/web/src/index.js
+++ b/web/src/index.js
@@ -153,9 +153,9 @@ class App extends Component {
 			}
 		}
 		if (minXElem !== null) {
-			minXElem.scrollIntoView({ inline: "start", behavior: "smooth" })
+			minXElem.scrollIntoView({ inline: "start" })
 		} else if (maxXElem !== null) {
-			maxXElem.scrollIntoView({ inline: "end", behavior: "instant" })
+			maxXElem.scrollIntoView({ inline: "end" })
 		}
 	}