mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-12 13:56:34 +00:00
Avoid intellisense widgets being covered by the bottom panel
This commit is contained in:
parent
96cf09d594
commit
9ac2638335
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user