diff --git a/apps/web/pages/_document.tsx b/apps/web/pages/_document.tsx index f671028872..01b1ea009f 100644 --- a/apps/web/pages/_document.tsx +++ b/apps/web/pages/_document.tsx @@ -77,7 +77,7 @@ class MyDocument extends Document { {/* Keep the embed hidden till parent initializes and gives it the appropriate styles */} - +
{/* In case of Embed we want background to be transparent so that it merges into the website seamlessly. Also, we keep the body hidden here and embed logic would take care of showing the body when it's ready */}