diff --git a/static/loader.css b/static/loader.css index 9fb8b18..b212bb6 100644 --- a/static/loader.css +++ b/static/loader.css @@ -3,6 +3,10 @@ body{ padding: 0; margin: 0; touch-action: manipulation; + -webkit-user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -ms-user-select: none; } .load{ width:240px;