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 dc6c851

Browse files
r3inbowariper1234
authored andcommitted
fix splitHandle above widget
1 parent 2e66e5c commit dc6c851

File tree

1 file changed

+8
-4
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+8
-4
lines changed

‎arduino-ide-extension/src/browser/style/main.css‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
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;
5+
/* Avoid the Intellisense widget may be cover by the bottom panel partially.
6+
TODO: This issue may be resolved after monaco-editor upgrade */
7+
#theia-main-content-panel {
8+
z-index: auto
9+
}
10+
11+
#theia-main-content-panel div[id^="code-editor-opener"] {
12+
z-index: auto;
913
}
1014

1115
.p-TabBar-toolbar .item.arduino-tool-item {

0 commit comments

Comments
(0)

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