From 201caed773204c01da449a2d6405a83fa55d3bf5 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sun, 11 Oct 2015 17:50:24 +0100
Subject: [PATCH] fix rubberband bounce on OSX and iOS

---
 src/skins/vector/css/common.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/skins/vector/css/common.css b/src/skins/vector/css/common.css
index efe57cd3..1b2aa410 100644
--- a/src/skins/vector/css/common.css
+++ b/src/skins/vector/css/common.css
@@ -14,6 +14,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 */
 
+html {
+    height: 100%;
+    overflow: hidden;
+}
+
 body {
     font-family: 'Lato', Helvetica, Arial, Sans-Serif;
     font-size: 16px;