mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
xterm.js can't support selection sanely. I originally thought hterm was kind of abandoned, but it turns out thousands of Googlers rely on it. So now I can live at head, and have a place to send patches.
12 lines
168 B
CSS
12 lines
168 B
CSS
body {
|
|
margin: 0;
|
|
background: transparent;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#terminal {
|
|
position: absolute;
|
|
top: 3px; bottom: 3px;
|
|
left: 5px; right: 5px;
|
|
}
|