mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:13:44 +08:00
fix: add bottom padding to prevent jitter
This commit is contained in:
parent
625cf1a803
commit
dc6d429b9c
@ -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]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user