diff --git a/static/dark.css b/static/dark.css index 1eb9b241f1c6084901ddd24bc4ed0ec60609f5d8..cdd896743fa918d88c4089521493526fb752cc03 100644 --- a/static/dark.css +++ b/static/dark.css @@ -1,3 +1,10 @@ +html,body{ + -webkit-touch-callout:none ; + -webkit-text-size-adjust:none ; + -webkit-tap-highlight-color:transparent ; + -webkit-user-select:none ; +} + #app { /* height: 200px; */ width: 100%; diff --git a/static/style.css b/static/style.css index d5229a0b2a129614e04dc5ac30a7556cbfd0210b..b811d53c44437320abbed0085a9392b79fd293a0 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,10 @@ +html,body{ + -webkit-touch-callout:none ; + -webkit-text-size-adjust:none ; + -webkit-tap-highlight-color:transparent ; + -webkit-user-select:none ; +} + #app { /* height: 200px; */ width: 100%;