diff --git a/css/main.css b/css/main.css index 9aeb356..aaf44c8 100644 --- a/css/main.css +++ b/css/main.css @@ -12,13 +12,15 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. html, body { height: 100%; width: 100%; + margin: 0; + padding: 0; } #page-canvas-container { - height: 90vh; - max-height: 90vh; - max-width: 80vw; - overflow: scroll; + height: 85vh; + max-height: 85vh; + max-width: 100vw; + overflow: auto; } #page-canvas-container .page-canvas { @@ -39,7 +41,7 @@ html, body { opacity: 0.5; position: absolute; float: left; - margin-top: -40px; + /* margin-top: -40px; */ padding: 0; } diff --git a/index.html b/index.html index 8381d27..dc4c093 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.