Fixed minor bug with options page
diff --git a/css/options.css b/css/options.css
index d7fcbd6..9de9a29 100644
--- a/css/options.css
+++ b/css/options.css
@@ -21,6 +21,7 @@
 	height: 365px;
 	border: 1px solid #ccc;
 	background-color: #E3F2FD;
+	overflow: auto;
 }
 #languages {
 	list-style: none;
diff --git a/manifest.json b/manifest.json
index ee0f1e2..2b40c3e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
   "manifest_version": 2,
   "name": "__MSG_appBetaName__",
   "description": "__MSG_appDescription__",
-  "version": "0.7.2",
+  "version": "0.7.2.1",
   "permissions": [
     "contextMenus",
     "storage",