diff --git a/static/loader.css b/static/loader.css index a40419a..b212bb6 100644 --- a/static/loader.css +++ b/static/loader.css @@ -2,6 +2,11 @@ body{ background: #009688; 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; @@ -81,4 +86,4 @@ body{ 100%{ opacity:1; } -} \ No newline at end of file +}