Skip to content

Commit

Permalink
fix: remove black margins around the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 23, 2024
1 parent 85af613 commit ccc4ea3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/library/src/client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
font-family: "DejaVuSansMNerdFontMono", monospace;
}

.xterm .xterm-viewport {
/* hide the scrollbar */
overflow-y: hidden;
}

body {
overflow-y: hidden;
overflow-x: hidden;
margin: 0;
}

0 comments on commit ccc4ea3

Please sign in to comment.