diff --git a/index.php b/index.php
index 323efac..f4c8b32 100644
--- a/index.php
+++ b/index.php
@@ -81,7 +81,7 @@
-
+
diff --git a/js/dictionaryBuilder.js b/js/dictionaryBuilder.js
index 6339968..389ddfa 100644
--- a/js/dictionaryBuilder.js
+++ b/js/dictionaryBuilder.js
@@ -334,6 +334,7 @@ function ShowInfo(text) {
} else {
document.getElementById("infoText").innerHTML = aboutText;
}
+ document.getElementById("infoPage").scrollTop = 0;
document.getElementById("infoScreen").style.display = "block";
}