Make terminal and files scroll instead of overflow

master
Tait Hoyem 3 years ago
parent c7e44f1e93
commit d73b2dc562

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

Loading…
Cancel
Save