🐛 终端设置无法滚动的问题.

This commit is contained in:
lijiahangmax
2024-12-27 01:11:18 +08:00
parent 4d08a18548
commit 95759adf91
2 changed files with 7 additions and 1 deletions

View File

@@ -532,8 +532,14 @@ body[terminal-theme='dark'] .arco-modal-container {
.terminal-setting-container {
padding: 32px 16px 16px 16px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
overflow: auto;
&::-webkit-scrollbar {
display: none;
}
.terminal-setting-wrapper {
min-width: 932px;