Skip to content

Commit d4188f2

Browse files
authored
host: Fix deployed read-only code mode tooltips (#1048)
1 parent e3de0c2 commit d4188f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/host/app/styles/app.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
position: absolute;
2626
font: var(--boxel-tooltip-font, var(--boxel-font-xs));
2727
z-index: 5;
28+
}
2829

29-
.message {
30-
padding: 0;
31-
color: inherit;
32-
background-color: transparent;
33-
border: 0;
34-
}
30+
.ember-application .monaco-editor .monaco-editor-overlaymessage .message {
31+
padding: 0;
32+
color: inherit;
33+
background-color: transparent;
34+
border: 0;
35+
}
3536

36-
.anchor.top, .anchor.below {
37-
display: none;
38-
}
37+
.ember-application .monaco-editor .monaco-editor-overlaymessage .anchor.top, .ember-application .monaco-editor .monaco-editor-overlaymessage .anchor.below {
38+
display: none;
3939
}

0 commit comments

Comments
 (0)