Skip to content

Commit fa7b42d

Browse files
committed
Avoid intellisense widgets being covered by the bottom panel
1 parent 42f6f43 commit fa7b42d

File tree

1 file changed

+6
-0
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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;
9+
}
10+
511
.p-TabBar-toolbar .item.arduino-tool-item {
612
margin-left: 0;
713
}

0 commit comments

Comments
 (0)