@cloudbase/weda-ui 3.17.5 → 3.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5161,6 +5161,13 @@ textarea {
5161
5161
  height: var(--wd-form-textarea-wrap-height-md);
5162
5162
  }
5163
5163
 
5164
+ .wd-textarea-root .wd-form-item__readonly-web,
5165
+ .wd-textarea-root .wd-form-item__readonly {
5166
+ overflow: auto;
5167
+ align-items: unset;
5168
+ height: 100%;
5169
+ }
5170
+
5164
5171
  .wd-textarea__content {
5165
5172
  position: relative;
5166
5173
  width: 100%;