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 {