From 10695e7cef38e4d5bd984618a037e7d8227339e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 13 Jan 2017 19:55:55 +0100 Subject: [PATCH] Prevent bounce scroll Fix not complete --- static/css/base.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index c54240b..3a1b0f9 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -299,11 +299,8 @@ dd { 1. Base --> Baseline: 8px = .8rem =========================================== */ -/* == Prevent bounce scroll == */ - body { - height: 100%; - overflow: hidden; + overflow-x: hidden; } /* == Prototype faster - Vertical rhythm