Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 35b05c7

Browse files
fix: increment z-index of Notification component (#210)
1 parent 933ab34 commit 35b05c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/components/Notification.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function createTimer() {
4747

4848
<template>
4949
<div
50-
fixed left-0 right-0 top-0 z-50 text-center text-base
50+
fixed left-0 right-0 top-0 z-1000 text-center text-base
5151
:class="show ? '' : 'pointer-events-none overflow-hidden'"
5252
>
5353
<div

0 commit comments

Comments
 (0)