style: cluster advanced scroller

This commit is contained in:
jialin
2025-12-18 20:03:00 +08:00
parent e1b8b5696c
commit 14d944ad2f
5 changed files with 66 additions and 17 deletions
@@ -89,6 +89,7 @@ const ClusterAdvanceConfig: React.FC<{
}}
schema={schema}
></YamlEditor>
<div className="scroller-to-holder" style={{ height: 1 }}></div>
</>
);
});