diff --git a/copyparty/web/msg.css b/copyparty/web/msg.css index cb8ce680..764cee5d 100644 --- a/copyparty/web/msg.css +++ b/copyparty/web/msg.css @@ -11,6 +11,7 @@ html { background: #333; font-family: sans-serif; text-shadow: 1px 1px 0px #000; + touch-action: manipulation; } html, body { margin: 0; @@ -25,4 +26,4 @@ pre { } a { color: #fc5; -} \ No newline at end of file +} diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index 5df9b859..e42787b2 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -3,6 +3,9 @@ html, body, #wrap { background: #f7f7f7; font-family: sans-serif; } +html { + touch-action: manipulation; +} #wrap { max-width: 40em; margin: 2em auto; @@ -73,4 +76,4 @@ html.dark input { } html.dark .num { border-color: #777; -} \ No newline at end of file +} diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 6db5aaa6..7b05a569 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -1,3 +1,6 @@ +html { + touch-action: manipulation; +} #tt, #toast { position: fixed; max-width: 34em; @@ -210,4 +213,4 @@ html.light #tt em { } #modali:focus { border-color: #06d; -} \ No newline at end of file +}