🔥(frontend) silent next.js error

The error modal since next.js 15 are quite intrusive.
We decided to hide them.
This commit is contained in:
Anthony LC
2025-03-31 16:12:17 +02:00
parent 2a3b31fcff
commit 6ece3264d6

View File

@@ -68,3 +68,11 @@ main ::-webkit-scrollbar-thumb:hover,
/* Support for IE. */
font-feature-settings: 'liga';
}
[data-nextjs-dialog-overlay] {
display: none !important;
}
nextjs-portal {
display: none;
}