Skip to content

Commit

Permalink
update iframe size
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed May 21, 2024
1 parent 30419c4 commit db24984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/tabby-chat-panel/src/vscode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function ChatPanel() {
<iframe
src={`${endpoint}/chat`}
style={{
width: '100vw',
height: '100vh',
width: '100%',
height: '100%',
}}
ref={iframeRef}
/>
Expand Down

0 comments on commit db24984

Please sign in to comment.