hide nextjs icon
This commit is contained in:
parent
4a6a6619df
commit
3e0276d6c0
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user