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

fix: increment z-index of Notification component #210

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function createTimer() {

<template>
<div
fixed left-0 right-0 top-0 z-50 text-center text-base
fixed left-0 right-0 top-0 z-1000 text-center text-base
:class="show ? '' : 'pointer-events-none overflow-hidden'"
>
<div
Expand Down