From 3e0276d6c078e863064845f58675be210ba26a30 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 17 Dec 2025 16:19:28 +0800 Subject: [PATCH] hide nextjs icon --- src/styles/globals.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 0e48c0c..b12ea0f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -51,3 +51,12 @@ body { 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; +}