Skip to content

Commit

Permalink
fix: update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszRybczonek committed Aug 30, 2024
1 parent 8dd1f4e commit 3226e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TopNavMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function openSettingsAndCloseMenu(): Promise<void> {
v-if="props.agentAddress"
size="42"
:agent-key="props.agentAddress"
:tooltip-style="{ top: '25px', right: '-120px', zIndex: 9999 }"
role="img"
aria-label="Agent Identity Icon"
/>
Expand Down

0 comments on commit 3226e42

Please sign in to comment.