From 283c88cac2a64fc94f4f992d621e2644ddc759e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Sun, 2 Dec 2018 13:20:02 +0700 Subject: [PATCH] Fixed scroll 125% or higher --- src/style/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index 15a23383..b1096873 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -253,7 +253,7 @@ body.hgMode .visBackgroundColor { #interfaceWrapper { min-width: 600px; - min-height: 600px; + min-height: 400px; } div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper { @@ -1256,4 +1256,3 @@ div.gitDemonstrationView { border-top-color: #9bcbeb; background: #9bcbeb; } -