Skip to content

Commit

Permalink
Fixed summary screen tooltip problem (leidNedyA#538) (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiDnedyA authored Jul 22, 2024
1 parent c3cd2e3 commit bdf9403
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 bdf9403

Please sign in to comment.