diff --git a/src/app/styles.less b/src/app/styles.less index e01bae247..ca43bbdef 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -94,7 +94,8 @@ html, body, .app { position: relative; width: 100vw; height: 100vh; - min-width: 1024px; + min-width: 1000px; + min-height: 650px; overflow: hidden; background-color: @colorbgmain; font: 13px / 18px 'Open Sans', 'LatoLight', 'Arial', 'Helvetica', 'sans-serif';