summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src')
-rw-r--r--WebInterface/NodeJSServer/src/style/index.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/index.scss b/WebInterface/NodeJSServer/src/style/index.scss
index da6afee..14d8e44 100644
--- a/WebInterface/NodeJSServer/src/style/index.scss
+++ b/WebInterface/NodeJSServer/src/style/index.scss
@@ -5,6 +5,7 @@ html,body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
+ font-display: swap;
overflow: hidden;
background-color: $primary;
color: $primary-text;
@@ -113,6 +114,7 @@ body {
border: none;
border-radius: 16px 16px 0 0;
min-height: 0;
+ height: 100%;
box-sizing: border-box;
background-color: white;