From 12151ed8f5774824f01c922594b26cd19ca67432 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 1 Aug 2018 10:38:50 -0500 Subject: [PATCH] Prevent full page scrolling --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index c6e37de..6cdbe81 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -1,7 +1,7 @@ html, body { -ms-overflow-style: -ms-autohiding-scrollbar; margin: 0; padding: 0; background-color: #ffffff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 10pt; overflow: auto; height: 100%; + font-size: 10pt; overflow: hidden; height: 100%; } #layout_container {