From f80393d25e74c63753f12a2b9b3d088962b97806 Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Thu, 25 Apr 2024 20:32:37 +0800 Subject: [PATCH] fix: height bug --- src/multi/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multi/index.less b/src/multi/index.less index 01d6c7e..3193d59 100644 --- a/src/multi/index.less +++ b/src/multi/index.less @@ -13,7 +13,7 @@ align-items: flex-start; justify-content: flex-start; width: 100%; - flex: 1; + height: calc(100% - 24px); position: relative; color: var(--monaco-editor-foreground);