Skip to content

Commit

Permalink
Move overlapping tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Aug 6, 2021
1 parent 951fda4 commit 6453ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/BracketMatch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<i
class="fas fa-clipboard-check green"
v-if="hasDeckList(p.userID)"
v-tooltip="`${p.userName} submited their deck. Click to review it.`"
v-tooltip.top="`${p.userName} submited their deck. Click to review it.`"
></i>
</div>
<template v-if="match.isValid()">
Expand Down

0 comments on commit 6453ba5

Please sign in to comment.