From 357a9df65bf5afbf2eb621ac3afc84495021a1bd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Mar 2017 17:29:38 +0100 Subject: fix overflow --- demo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.css b/demo.css index a146c95..b2688ad 100644 --- a/demo.css +++ b/demo.css @@ -44,7 +44,7 @@ } body { - overflow: scroll; + overflow-y: scroll; } @media (min-width: 500px) { -- cgit v1.2.3