15 lines
223 B
CSS
15 lines
223 B
CSS
body {
|
|
background-color: #252525;
|
|
overflow: hidden;
|
|
margin: 10px;
|
|
}
|
|
|
|
#terminal {
|
|
width: 100%;
|
|
height: 97vh;
|
|
}
|
|
|
|
/* Remove the scrollbar from xterm */
|
|
.xterm-viewport {
|
|
overflow-y: hidden !important;
|
|
} |