We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fa7b42d commit b6bc5a3Copy full SHA for b6bc5a3
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