mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: firefox fouc
This commit is contained in:
@ -107,6 +107,9 @@ export function App() {
|
|||||||
<Suspense>
|
<Suspense>
|
||||||
<PostHogPageview />
|
<PostHogPageview />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
|
||||||
|
{/* Fix: https://stackoverflow.com/questions/21147149/flash-of-unstyled-content-fouc-in-firefox-only-is-ff-slow-renderer */}
|
||||||
|
<script>0</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<SessionProvider session={session}>
|
<SessionProvider session={session}>
|
||||||
|
|||||||
Reference in New Issue
Block a user