From dc6d429b9c9f72f2b8a872e22102b384699505ce Mon Sep 17 00:00:00 2001 From: wonfen Date: Sun, 2 Mar 2025 04:08:13 +0800 Subject: [PATCH] fix: add bottom padding to prevent jitter --- src/components/proxy/proxy-groups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/proxy/proxy-groups.tsx b/src/components/proxy/proxy-groups.tsx index 1e1660e5..adec9da7 100644 --- a/src/components/proxy/proxy-groups.tsx +++ b/src/components/proxy/proxy-groups.tsx @@ -490,7 +490,7 @@ export const ProxyGroups = (props: Props) => { scrollerRef.current = ref as Element; }} components={{ - Footer: () =>
, + Footer: () =>
, }} // 添加平滑滚动设置 initialScrollTop={scrollPositionRef.current[mode]}