From 152806e64255c423367c9c1c0bba7353b965a007 Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Thu, 27 Sep 2018 20:02:33 +0200 Subject: Added SignalR --- WebInterface/NodeJSServer/src/style/index.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WebInterface/NodeJSServer/src') 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; -- cgit v1.2.3-54-g00ecf