fix: add bottom padding to prevent jitter

This commit is contained in:
wonfen 2025-03-02 04:08:13 +08:00
parent 625cf1a803
commit dc6d429b9c

View File

@ -490,7 +490,7 @@ export const ProxyGroups = (props: Props) => {
scrollerRef.current = ref as Element;
}}
components={{
Footer: () => <div style={{ height: "2px" }} />,
Footer: () => <div style={{ height: "8px" }} />,
}}
// 添加平滑滚动设置
initialScrollTop={scrollPositionRef.current[mode]}