Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
scroll fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FormalSnake committed Jun 19, 2022
1 parent 7acc670 commit ddf1c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaiium",
"version": "1.0.0",
"version": "1.0.1",
"description": "Terminal",
"main": "main.js",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion xterm/css/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ body,
width: 100%;
font-size: 16px;
line-height: 17px;
overflow: hidden;
}

.terminal {
overflow: auto;
overflow: hidden;
}

.xterm {
Expand Down

0 comments on commit ddf1c10

Please sign in to comment.