Skip to content

Commit

Permalink
fix(pro:search): change proSearch overlay vertical offset to 8px (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Feb 23, 2023
1 parent 499ae90 commit 2da284d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,6 +21,6 @@ export function useCommonOverlayProps(
container: props.overlayContainer ?? config.overlayContainer,
containerFallback: `.${mergedPrefixCls.value}-overlay-container`,
placement: 'bottomStart',
offset: [0, 4],
offset: [0, 8],
}))
}

0 comments on commit 2da284d

Please sign in to comment.