🔥(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-07-01 15:23:43 +02:00
committed by Nathan Panchout
parent 1d087726fc
commit 6188427b58
@@ -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;
}