Skip to content

Commit

Permalink
Fixed summary screen tooltip problem (leidNedyA#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiDnedyA committed Jul 18, 2024
1 parent c3cd2e3 commit 97a65b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/summary/_Tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<style>
.tooltip {
position: absolute;
z-index: 1;
z-index: 2;
width: 100%;
}
Expand Down

0 comments on commit 97a65b8

Please sign in to comment.