diff --git a/css/style.css b/css/style.css
index e2b63d7..a7c5cf1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -100,6 +100,15 @@ h1 br {
width: 99%;
}
+.prevent-select {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !important;
}
diff --git a/index.html b/index.html
index fac44e8..2f13348 100644
--- a/index.html
+++ b/index.html
@@ -109,7 +109,7 @@
-