Skip to content

Commit

Permalink
Fixes #989
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Mar 13, 2023
1 parent a6d239d commit 7a73da0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/components/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Terminal = ({ data }: TerminalProps) => {

return (
<>
<div className="h-full w-full pr-12" ref={terminalRef} />
<div className="h-full w-[calc(100%-3rem)]" ref={terminalRef} />
<div className="absolute right-0 top-0 space-y-2 text-secondary">
<ScrollButton onClick={() => term?.scrollToTop()}>
<DirectionUpIcon />
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"tslib": "^2.5.0",
"tunnel-rat": "^0.0.4",
"uuid": "^8.3.2",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"zod": "^3.19.1",
"zustand": "^4.0.0"
},
Expand Down

0 comments on commit 7a73da0

Please sign in to comment.