diff --git a/dist/app.css b/dist/app.css
index d5a472a..7591413 100644
--- a/dist/app.css
+++ b/dist/app.css
@@ -3,6 +3,10 @@ body {
margin: 0;
background-color: rgb(240, 240, 244);
font-family: sans-serif;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
}
main {
diff --git a/dist/index.html b/dist/index.html
index c989ea7..2e30277 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -26,7 +26,7 @@