Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa7b42d

Browse files
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‎

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /