summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 684682c..4152a1e 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -981,6 +981,9 @@ h5 {
background:white;
-webkit-transform: translateY(0px);
transform: translateY(0px);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
}
#minimap.hide{
-webkit-transform: translateY(155px);