Skip to content

Commit d6cb23f

Browse files
r3inbowariper1234
authored andcommitted
fix splitHandle above widget
1 parent 9ac2638 commit d6cb23f

File tree

1 file changed

+8
-4
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+8
-4
lines changed

arduino-ide-extension/src/browser/style/main.css

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
background: var(--theia-editorGroupHeader-tabsBackground);
33
}
44

5-
/* Negative values to lower the priority in order to avoid the problem that
6-
   the Intellisense widget may be cover by the bottom panel partially. */
7-
#theia-bottom-content-panel {
8-
z-index: -1;
5+
/* Avoid the Intellisense widget may be cover by the bottom panel partially.
6+
TODO: This issue may be resolved after monaco-editor upgrade */
7+
#theia-main-content-panel {
8+
z-index: auto
9+
}
10+
11+
#theia-main-content-panel div[id^="code-editor-opener"] {
12+
z-index: auto;
913
}
1014

1115
.p-TabBar-toolbar .item.arduino-tool-item {

0 commit comments

Comments
 (0)