We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac2638 commit d6cb23fCopy full SHA for d6cb23f
arduino-ide-extension/src/browser/style/main.css
@@ -2,10 +2,14 @@
2
background: var(--theia-editorGroupHeader-tabsBackground);
3
}
4
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;
+/* 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
9
+}
10
+
11
+#theia-main-content-panel div[id^="code-editor-opener"] {
12
+ z-index: auto;
13
14
15
.p-TabBar-toolbar .item.arduino-tool-item {
0 commit comments