mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): tooltip vertical offset (#1169)
This commit is contained in:
parent
97faade141
commit
99090e3144
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const Tooltip = ({ content, anchorRef, className, isKeepOpen = false }: Props) =
|
|||
const { position, positionState, mutate } = usePosition({
|
||||
verticalAlign: 'top',
|
||||
horizontalAlign: 'center',
|
||||
offset: { vertical: 12, horizontal: 0 },
|
||||
offset: { vertical: 20, horizontal: 0 },
|
||||
anchorRef,
|
||||
overlayRef: tooltipRef,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue