We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e21b commit ff62b7bCopy full SHA for ff62b7b
app/root.res
@@ -36,6 +36,7 @@ let default = () => {
36
let (isOverlayOpen, setOverlayOpen) = React.useState(_ => false)
37
<html>
38
<head>
39
+ <style> {React.string("html {opacity:0;}")} </style>
40
<link rel="preconnect" href={mainCss} />
41
<link rel="stylesheet" href={mainCss} />
42
0 commit comments