From d6cb23f78242a59a544ee8e65e22f545f488aa43 Mon Sep 17 00:00:00 2001 From: r3inbowari Date: Thu, 22 Sep 2022 18:43:08 +0800 Subject: [PATCH] fix splitHandle above widget --- arduino-ide-extension/src/browser/style/main.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arduino-ide-extension/src/browser/style/main.css b/arduino-ide-extension/src/browser/style/main.css index 659c3ea3..ede6c726 100644 --- a/arduino-ide-extension/src/browser/style/main.css +++ b/arduino-ide-extension/src/browser/style/main.css @@ -2,10 +2,14 @@ background: var(--theia-editorGroupHeader-tabsBackground); } -/* Negative values to lower the priority in order to avoid the problem that -   the Intellisense widget may be cover by the bottom panel partially. */ -#theia-bottom-content-panel { - z-index: -1; +/* Avoid the Intellisense widget may be cover by the bottom panel partially. + TODO: This issue may be resolved after monaco-editor upgrade */ +#theia-main-content-panel { + z-index: auto +} + +#theia-main-content-panel div[id^="code-editor-opener"] { + z-index: auto; } .p-TabBar-toolbar .item.arduino-tool-item {