Skip to content

Commit

Permalink
no avatar tooltip
Browse files Browse the repository at this point in the history
tooltip is below the following row th (next username)
don't know how to fix this currently, th has position: sticky which then is on top of the previous tooltip element
  • Loading branch information
bseber committed Nov 15, 2024
1 parent e282f08 commit 010b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/reports/user-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<img
alt=""
src=""
th:replace="~{fragments/avatar::avatar(${user.fullName},38,38)}"
th:replace="~{fragments/avatar::avatar(fullName=${user.fullName},width='38px',height='38px',tooltip=false)}"
/>
</span>
<span th:text="${user.fullName}"> Bruce Wayne </span>
Expand Down

0 comments on commit 010b15e

Please sign in to comment.