Skip to content

Commit 97af662

Browse files
authored
fix: confetti overlay (#703)
1 parent c317ba4 commit 97af662

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/client/components/main/Summary.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
<kbd class="kbd"> ↵ </kbd>
6262
</button>
6363
</div>
64-
65-
<canvas
66-
ref="confettiCanvasRef"
67-
class="pointer-events-none absolute left-0 top-0 h-full w-full"
68-
></canvas>
6964
</CommonModal>
65+
66+
<canvas
67+
ref="confettiCanvasRef"
68+
class="pointer-events-none absolute left-0 top-0 z-[1000] h-full w-full"
69+
></canvas>
7070
</template>
7171

7272
<script setup lang="ts">

0 commit comments

Comments
 (0)