Browse Source

Hide xterm scroll

pull/235/head
Ben Letchford 5 years ago
committed by Cian Butler
parent
commit
2b6f3461b9
  1. 2
      package.json
  2. 4
      src/client/wetty.scss

2
package.json

@ -1,6 +1,6 @@
{
"name": "wetty",
"version": "1.3.1",
"version": "1.3.2",
"description": "WeTTY = Web + TTY. Terminal access in browser over http/https",
"homepage": "https://github.com/butlerx/wetty",
"repository": {

4
src/client/wetty.scss

@ -101,3 +101,7 @@ body {
color: $black;
}
}
.xterm .xterm-viewport {
overflow-y: hidden;
}

Loading…
Cancel
Save