app styles updated

This commit is contained in:
NikolaBorislavovHristov 2018-06-13 15:21:08 +03:00
parent f5a802ddc2
commit c1c1d9d75a

View file

@ -9,10 +9,11 @@
box-sizing: border-box; box-sizing: border-box;
} }
body, html { html, body, .app {
height: 100%; height: 100vh;
min-width: 1024px;
position: relative;
cursor: default; cursor: default;
overflow: hidden; overflow: hidden;
-webkit-font-smoothing: subpixel-antialiased;
background-color: @colorbgmain; background-color: @colorbgmain;
} }