🔥(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:
@@ -68,3 +68,11 @@ main ::-webkit-scrollbar-thumb:hover,
|
|||||||
/* Support for IE. */
|
/* Support for IE. */
|
||||||
font-feature-settings: 'liga';
|
font-feature-settings: 'liga';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-nextjs-dialog-overlay] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
nextjs-portal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user