💄 修复 hint 被 overlay 遮挡的问题

This commit is contained in:
BTMuli
2023-11-06 22:41:03 +08:00
parent f619ccc64b
commit db36d18df2

View File

@@ -89,6 +89,7 @@ defineExpose({
.func-snackbar-container {
position: fixed;
z-index: 999;
bottom: 0;
left: 0;
display: flex;