From 32da456c84d91578fc25b43884c112db3b3ab56b Mon Sep 17 00:00:00 2001 From: ssstratos Date: Tue, 12 Sep 2017 23:50:26 +0300 Subject: [PATCH] Add touch-action to Messages, Sidebar and User list This commit fixes #1035 --- client/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index 4ead5c6c..1ad6e30d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -493,6 +493,7 @@ kbd { #sidebar .network, #sidebar .network-placeholder { margin-bottom: 30px; + touch-action: pan-y; } #sidebar .empty { @@ -935,6 +936,7 @@ kbd { #chat .messages { padding: 10px 0; + touch-action: pan-y; } #chat .msg { @@ -1296,6 +1298,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ position: absolute; top: 48px; width: 100%; + touch-action: pan-y; } #chat .names-filtered {