From d3a0bd984e204e96a982622eb193c191b3809fd2 Mon Sep 17 00:00:00 2001 From: David Meincke Date: Sun, 27 Mar 2022 17:49:21 +0200 Subject: [PATCH] fix resize-handle (again) --- codeeditor-app/app.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/codeeditor-app/app.less b/codeeditor-app/app.less index 9cdcbb1..83cb042 100644 --- a/codeeditor-app/app.less +++ b/codeeditor-app/app.less @@ -81,12 +81,10 @@ body { max-height: 0 !important; } -.flex-dynamic.flex-horiz .code-editor-containers resize-handle[dir='vertical'], .flex-dynamic.flex-horiz .output-frame-container resize-handle[dir='vertical'] { display: none; } -.flex-dynamic.flex-vert .code-editor-containers resize-handle[dir='horizontal'], .flex-dynamic.flex-vert .output-frame-container resize-handle[dir='horizontal'] { display: none; }