diff --git a/app/ionic.config.json b/app/ionic.config.json
index b8ac8d6..1c03d6d 100644
--- a/app/ionic.config.json
+++ b/app/ionic.config.json
@@ -1,5 +1,6 @@
{
"name": "insight-ui",
"app_id": "",
- "type": "ionic-angular"
+ "type": "ionic-angular",
+ "integrations": {}
}
diff --git a/app/package.json b/app/package.json
index 1701978..88b33c8 100644
--- a/app/package.json
+++ b/app/package.json
@@ -43,7 +43,7 @@
"@types/jasmine": "2.5.41",
"@types/node": "7.0.4",
"codecov": "2.2.0",
- "ionic": "3.7.0",
+ "ionic": "3.8.1",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
diff --git a/app/src/app/app.scss b/app/src/app/app.scss
index 6e2f3a9..e254df4 100644
--- a/app/src/app/app.scss
+++ b/app/src/app/app.scss
@@ -25,6 +25,10 @@
font-size: 1.4rem;
}
+body {
+ user-select: text;
+}
+
// Shared Sass variables, which can be used to adjust Ionic's
// default Sass variables, belong in "theme/variables.scss".
//
diff --git a/app/src/components/head-nav/head-nav.html b/app/src/components/head-nav/head-nav.html
index e7f73fd..1d5ff08 100644
--- a/app/src/components/head-nav/head-nav.html
+++ b/app/src/components/head-nav/head-nav.html
@@ -7,9 +7,9 @@
-