summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 20:02:33 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 20:02:33 +0200
commit152806e64255c423367c9c1c0bba7353b965a007 (patch)
tree6bafbb7ed92bbf536be15dda4ba171e347f53581 /WebInterface/NodeJSServer/src
parent48a4b8eaf531ed2eb14a053035e66b05ad36521e (diff)
Added SignalR
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;