fix: 输入区滚动条改为按内容溢出显示

- 移除常驻滚动条和标准 scrollbar 属性

- 保留 WebKit 细滚动条样式,仅在内容超出时出现
This commit is contained in:
2026-09-08 19:51:44 +08:00
parent c82a684004
commit a0f3cc21a6
@@ -9214,11 +9214,6 @@ iframe.preview-frame {
bottom: 116px;
}
.resource-reference-input-editor {
scrollbar-color: #cbd5e1 transparent;
scrollbar-width: thin;
}
.resource-reference-input-editor::-webkit-scrollbar {
width: 8px;
}