summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 20:03:35 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 20:03:35 +0200
commit4f535d76f32ef369abe37560594ef1a702e47d64 (patch)
treed8a582d18b8e96d013bb54fc44a9115b7fdebe16 /WebInterface/NodeJSServer/src
parentf38bd807a30550613340cba254380646f53f1ef4 (diff)
parenta847ba4f4b2563278a5f83a8a8ff248b2d851c80 (diff)
merge
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;