Timothy J. Baek 7 ヶ月 前
コミット
539e95a206
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/lib/components/chat/Artifacts.svelte

+ 1 - 1
src/lib/components/chat/Artifacts.svelte

@@ -57,12 +57,12 @@
                         <head>
                             <meta charset="UTF-8">
                             <meta name="viewport" content="width=device-width, initial-scale=1.0">
-                            ${cssContent}
 							<${''}style>
 								body {
 									background-color: white; /* Ensure the iframe has a white background */
 								}
 							</${''}style>
+							${cssContent}
                         </head>
                         <body>
                             ${htmlContent}