From c1c1d9d75a3d13cfef137584880c56683dfc647f Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Wed, 13 Jun 2018 15:21:08 +0300 Subject: [PATCH] app styles updated --- src/app/styles.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/styles.less b/src/app/styles.less index e216cc094..1bdde6bb9 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -9,10 +9,11 @@ box-sizing: border-box; } -body, html { - height: 100%; +html, body, .app { + height: 100vh; + min-width: 1024px; + position: relative; cursor: default; overflow: hidden; - -webkit-font-smoothing: subpixel-antialiased; background-color: @colorbgmain; }