Avoid intellisense widgets being covered by the bottom panel

This commit is contained in:
r3inbowari 2022-09-21 23:05:59 +08:00 committed by per1234
parent 96cf09d594
commit 9ac2638335

View File

@ -2,6 +2,12 @@
background: var(--theia-editorGroupHeader-tabsBackground);
}
/* Negative values to lower the priority in order to avoid the problem that
   the Intellisense widget may be cover by the bottom panel partially. */
#theia-bottom-content-panel {
z-index: -1;
}
.p-TabBar-toolbar .item.arduino-tool-item {
margin-left: 0;
}