html, body {
    background-color: black;
    height: 100%;
}

#terminal {
    height: 100%;
    overflow: hidden
}

.xterm-viewport {
    overflow: hidden !important;
}
