diff --git a/src/components/gui/gui.css b/src/components/gui/gui.css
index f84586b470a024d416bdb50ef96daf3d1a8f5e24..3d08cadf626c339dcdc33b3b1aa029c487078955 100644
--- a/src/components/gui/gui.css
+++ b/src/components/gui/gui.css
@@ -69,11 +69,6 @@
     justify-content: center;
     align-items: center;
 
-    -webkit-touch-callout: none;
-    -webkit-user-select: none;
-    -khtml-user-select: none;
-    -moz-user-select: none;
-    -ms-user-select: none;
     user-select: none;
 }