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;
}
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;
}