From cabf30736115e46a5c8ce9dc98aab646c69c0e78 Mon Sep 17 00:00:00 2001 From: Johan Stenehall Date: Wed, 1 Apr 2015 22:22:10 +0200 Subject: [PATCH] Add iOS native scroll for buffers --- css/glowingbear.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index cde69d5..324bca3 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -259,6 +259,7 @@ input[type=text], input[type=password], #sendMessage, .badge { padding-bottom: 7px; -webkit-transition:0.2 ease-in-out all; transition:0.2s ease-in-out all; + -webkit-overflow-scrolling: touch; /* Native scroll on ios */ } #bufferlines > table { margin-top: 35px;