Skip to content

Commit 9ac2638

Browse files
r3inbowariper1234
authored andcommitted
Avoid intellisense widgets being covered by the bottom panel
1 parent 96cf09d commit 9ac2638

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

Diff for: 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)