From db36d18df27febde927c1ccd6f29ed883ffa6316 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 6 Nov 2023 22:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BF=AE=E5=A4=8D=20hint=20?= =?UTF-8?q?=E8=A2=AB=20overlay=20=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/func/snackbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/func/snackbar.vue b/src/components/func/snackbar.vue index 157ff556..8556042a 100644 --- a/src/components/func/snackbar.vue +++ b/src/components/func/snackbar.vue @@ -89,6 +89,7 @@ defineExpose({ .func-snackbar-container { position: fixed; + z-index: 999; bottom: 0; left: 0; display: flex;