mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
ui: fix scroll in terminal
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -366,8 +366,8 @@ export default {
|
||||
height: calc(100vh - 10px);
|
||||
}
|
||||
|
||||
.xterm .xterm-viewport {
|
||||
overflow: auto;
|
||||
:deep(.xterm .xterm-viewport) {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
:deep(.font-size-dialog-header) {
|
||||
|
||||
Reference in New Issue
Block a user