From 2b8b6b1e91f91a2e032a0e342f3d9e1b1321e328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 13 Jan 2017 09:16:50 +0100 Subject: [PATCH] Prevent bounce scroll --- static/css/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 8c6038f..c54240b 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -299,9 +299,13 @@ dd { 1. Base --> Baseline: 8px = .8rem =========================================== */ +/* == Prevent bounce scroll == */ + body { - overflow-x: hidden; + height: 100%; + overflow: hidden; } + /* == Prototype faster - Vertical rhythm To show the grid/baseline.png, press ENTER key on keyboard == */