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 {