We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf09d commit 9ac2638Copy full SHA for 9ac2638
arduino-ide-extension/src/browser/style/main.css
@@ -2,6 +2,12 @@
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;
9
+}
10
+
11
.p-TabBar-toolbar .item.arduino-tool-item {
12
margin-left: 0;
13
0 commit comments