Show character hovercards on top
This commit is contained in:
parent
942abf5a89
commit
2a1b84fa0f
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ const CharacterHovercard = (props: Props) => {
|
|||
<HovercardTrigger asChild onClick={props.onTriggerClick}>
|
||||
{props.children}
|
||||
</HovercardTrigger>
|
||||
<HovercardContent className="Character">
|
||||
<HovercardContent className="Character" side="top">
|
||||
<div className="top">
|
||||
<div className="title">
|
||||
<h4>{props.gridCharacter.object.name[locale]}</h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue