Skip to content

Commit

Permalink
host: Fix deployed read-only code mode tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Feb 20, 2024
1 parent e3de0c2 commit 6b00cdc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/host/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
position: absolute;
font: var(--boxel-tooltip-font, var(--boxel-font-xs));
z-index: 5;
}

.message {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}
.ember-application .monaco-editor .monaco-editor-overlaymessage .message {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}

.anchor.top, .anchor.below {
display: none;
}
.ember-application .monaco-editor .monaco-editor-overlaymessage .anchor.top, .ember-application .monaco-editor .monaco-editor-overlaymessage .anchor.below {
display: none;
}

0 comments on commit 6b00cdc

Please sign in to comment.