fix: textarea scroll bar, deactive count message

This commit is contained in:
jialin
2025-10-21 13:24:21 +08:00
parent 32ad9525a6
commit ccb6e72057
10 changed files with 52 additions and 18 deletions
@@ -163,6 +163,12 @@ const InputWrapper = styled.div`
.seal-textarea-wrapper {
height: auto;
padding-right: 10px;
.ant-input-outlined {
height: auto !important;
}
textarea {
overflow-y: auto !important;
}
}
.ant-input-textarea-allow-clear.ant-input-affix-wrapper {
padding: 0;