Skip to content

Commit ff62b7b

Browse files
committed
fix flicker
1 parent 113e21b commit ff62b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/root.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let default = () => {
3636
let (isOverlayOpen, setOverlayOpen) = React.useState(_ => false)
3737
<html>
3838
<head>
39+
<style> {React.string("html {opacity:0;}")} </style>
3940
<link rel="preconnect" href={mainCss} />
4041
<link rel="stylesheet" href={mainCss} />
4142

0 commit comments

Comments
 (0)