From 9267471c869d1610339e8c7a175d322453b69dbd Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 3 Feb 2019 23:20:40 +0300 Subject: [PATCH] Update editor.less (#3) Fix editor and result overflow --- client/less/editor.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/less/editor.less b/client/less/editor.less index 2ce16a6..733805e 100644 --- a/client/less/editor.less +++ b/client/less/editor.less @@ -48,7 +48,7 @@ position: relative; float: left; width: 50%; - height: 100%; + height: calc(100% - @topbar-height); border-right:1px solid #999; } @@ -56,7 +56,7 @@ position: relative; float: left; width: 50%; - height: 100%; + height: calc(100% - @topbar-height); background-color:#fff; background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%),