fix: 输入区滚动条改为按内容溢出显示
- 移除常驻滚动条和标准 scrollbar 属性 - 保留 WebKit 细滚动条样式,仅在内容超出时出现
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user