ish/app/terminal/term.css
Theodore Dubois f7877506d6 Switch to hterm
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.
2019-09-06 23:30:41 -07:00

12 lines
168 B
CSS

body {
margin: 0;
background: transparent;
overflow: hidden;
}
#terminal {
position: absolute;
top: 3px; bottom: 3px;
left: 5px; right: 5px;
}