Make terminal and files scroll instead of overflow

master
Tait Hoyem 3 years ago
parent c7e44f1e93
commit d73b2dc562

@ -185,7 +185,7 @@ footer {
.terminal,
.file {
padding: 10px;
overflow-x: wrap;
overflow-x: scroll;
}
.terminal {

Loading…
Cancel
Save