hide nextjs icon

This commit is contained in:
Xin Wang 2025-12-17 16:19:28 +08:00
parent 4a6a6619df
commit 3e0276d6c0

View File

@ -51,3 +51,12 @@ body {
opacity: 1; opacity: 1;
} }
} }
/* Hide Next.js floating dev indicator */
nextjs-portal,
#__next-build-watcher,
[data-nextjs-dialog],
[data-nextjs-toast],
div[style*="position: fixed"][style*="bottom"][style*="right"] {
display: none !important;
}