We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2905046 commit 584981bCopy full SHA for 584981b
app/pages/ErrorBoundaryPage/ErrorPageBase/index.tsx
@@ -6,7 +6,7 @@ interface Props {
6
7
export default function ErrorPageBase({ title, message, children }: Props) {
8
return (
9
- <div data-scrollable="false" className="flex flex-col items-center justify-center h-full">
+ <div className="flex h-full flex-col items-center justify-center" data-scrollable="false">
10
<h1 className="text-5xl font-bold">{title}</h1>
11
<p>{message}</p>
12
{children}
0 commit comments