diff --git a/Web/src/App.vue b/Web/src/App.vue index 92a5614..6ac5457 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -1,32 +1,28 @@ @@ -43,9 +39,9 @@ const updateInfo = () => { documentElementClientHeight: document.documentElement.clientHeight, viewport: window.visualViewport ? { - height: window.visualViewport.height, - offsetTop: window.visualViewport.offsetTop, - } + height: window.visualViewport.height, + offsetTop: window.visualViewport.offsetTop, + } : null, }, null, 2) } @@ -101,16 +97,15 @@ const handleTabClick = (path) => { diff --git a/Web/src/assets/base.css b/Web/src/assets/base.css index 57ea634..8816868 100644 --- a/Web/src/assets/base.css +++ b/Web/src/assets/base.css @@ -84,10 +84,3 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - - -html, body, #app { - margin: 0; - padding: 0; - height: 100%; -} \ No newline at end of file diff --git a/Web/src/assets/main.css b/Web/src/assets/main.css index 9491c76..bb1e9cd 100644 --- a/Web/src/assets/main.css +++ b/Web/src/assets/main.css @@ -58,3 +58,9 @@ a, padding: 0 2rem; } } + +html, body, #app { + margin: 0; + padding: 0; + height: 100%; +} \ No newline at end of file