mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 17:29:10 +00:00
parent
269540bfed
commit
a077860464
@ -122,6 +122,11 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.terminal .xterm-rows > div {
|
||||||
|
/* Lines containing spans and text nodes ocassionally wrap despite being the same width (#327) */
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.terminal .xterm-scroll-area {
|
.terminal .xterm-scroll-area {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user