Skip to content

Commit c663812

Browse files
authored
fix native-edit-context rendering issue (microsoft#256799)
1 parent 2374033 commit c663812

File tree

1 file changed

+4
-3
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+4
-3
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,9 +1877,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
18771877
.interactive-item-container.interactive-request {
18781878
align-items: flex-end;
18791879

1880-
.native-edit-context {
1881-
outline: none;
1882-
}
18831880
}
18841881

18851882
.interactive-item-container.interactive-request:not(.editing):hover .request-hover {
@@ -2108,6 +2105,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
21082105

21092106
.interactive-request.editing {
21102107
padding: 0px;
2108+
2109+
.interactive-input-part .chat-input-container .interactive-input-editor .monaco-editor .native-edit-context {
2110+
height: 0px !important;
2111+
}
21112112
}
21122113
}
21132114

0 commit comments

Comments
 (0)