From 8253f0a56d25e8ecb8cefd94765f0ef4816279aa Mon Sep 17 00:00:00 2001 From: Chew Date: Wed, 12 Apr 2017 21:30:50 -0500 Subject: [PATCH] prevent scrolling --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 464172d..39d7ad1 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,15 @@ html, body { background-color: #9AE8B6; color: #4B37E8; } + +div.wrap { + height:100%; overflow:hidden; +} + +body { + overflow: hidden; +} + #wrapper { min-height:100%; position:relative;