Skip to content

Commit

Permalink
Avoid intellisense widgets being covered by the bottom panel
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored and per1234 committed Sep 27, 2022
1 parent 96cf09d commit 9ac2638
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arduino-ide-extension/src/browser/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9ac2638

Please sign in to comment.