fix: use @tailwindcss/postcss for Tailwind v4 compatibility
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,6 @@ html, body, #root {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* 主内容区的柔光光晕 — 中心微亮,边缘融入纯黑 */
|
||||
.glow-area {
|
||||
position: relative;
|
||||
}
|
||||
@@ -29,7 +28,6 @@ html, body, #root {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* 滚动条隐藏 */
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user