代理模块修改
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
|
||||
@import "tailwindcss";
|
||||
@import "tw-animate-css";
|
||||
|
||||
@@ -164,4 +167,9 @@
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
@apply antialiased;
|
||||
}
|
||||
|
||||
/* 确保 Sonner toast 始终在最上层 */
|
||||
[data-sonner-toaster] {
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user