From a912c41afd673e76dce1e35c3857a8d640532222 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Wed, 7 Jan 2015 22:45:13 +0100 Subject: [PATCH] Change scrolling mode --- dillinger.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dillinger.css b/dillinger.css index 5e0e8ee..557926e 100644 --- a/dillinger.css +++ b/dillinger.css @@ -1408,7 +1408,7 @@ button.close { *:before, *:after { box-sizing: border-box } -html, body { overflow-y: scroll } +html, body { overflow: auto } html { -ms-text-size-adjust: 100%;