diff --git a/clients/vscode/src/ChatViewProvider.ts b/clients/vscode/src/ChatViewProvider.ts index 8f1b8c579ea3..a0101a65b59a 100644 --- a/clients/vscode/src/ChatViewProvider.ts +++ b/clients/vscode/src/ChatViewProvider.ts @@ -59,27 +59,15 @@ export class ChatViewProvider implements WebviewViewProvider { - Tabby - - - - + Tabby + - + html, body, iframe { + padding: 0; + margin: 0; + box-sizing: border-box; + overflow: hidden; + } + iframe { + border-width: 0; + width: 100%; + height: 100vh; + } + + + +