From 69a126bb8ee3eea01df181f0a23b77d5e17db8fe Mon Sep 17 00:00:00 2001 From: Bennat P Jose Date: Mon, 13 Jul 2015 19:28:16 -0600 Subject: [PATCH] fixing overflow when width changes Content overlapping behind the next pages content when the width changes. --- onepage-scroll.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onepage-scroll.css b/onepage-scroll.css index e1076ab..33f8f9a 100644 --- a/onepage-scroll.css +++ b/onepage-scroll.css @@ -27,6 +27,7 @@ body, .onepage-wrapper, html { width: 100%; height: 100%; position: relative; + overflow:auto; } .onepage-pagination { @@ -92,4 +93,4 @@ body, .onepage-wrapper, html { body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html { position: inherit; -} \ No newline at end of file +}