Skip to content

Commit 168c3db

Browse files
authored
better fix to native context in edits (microsoft#257553)
1 parent 9c700aa commit 168c3db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
22062206
padding: 0px;
22072207

22082208
.interactive-input-part .chat-input-container .interactive-input-editor .monaco-editor .native-edit-context {
2209-
height: 0px !important;
2209+
opacity: 0;
22102210
}
22112211
}
22122212
}

0 commit comments

Comments
 (0)