Skip to content

Commit 6ece326

Browse files
committed
🔥(frontend) silent next.js error
The error modal since next.js 15 are quite intrusive. We decided to hide them.
1 parent 2a3b31f commit 6ece326

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/frontend/apps/impress/src/pages/globals.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,11 @@ main ::-webkit-scrollbar-thumb:hover,
6868
/* Support for IE. */
6969
font-feature-settings: 'liga';
7070
}
71+
72+
[data-nextjs-dialog-overlay] {
73+
display: none !important;
74+
}
75+
76+
nextjs-portal {
77+
display: none;
78+
}

0 commit comments

Comments
 (0)