Skip to content

Commit

Permalink
Fix sidecar stickyness in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee authored Aug 21, 2024
1 parent 94e413c commit 69d1fb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/src/app/demo/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ export default function Page() {
<Script
type="module"
crossOrigin="anonymous"
strategy="beforeInteractive"
src="https://cdn.zudoku.dev/latest/demo.js"
stylesheets={["https://cdn.zudoku.dev/latest/style.css"]}
/>
<link rel="stylesheet" href="https://cdn.zudoku.dev/latest/style.css" />
<div className="bg-white m-5 border rounded overflow-auto max-h-full">
<div id="root" />
</div>
<div id="root" />
</>
);
}

0 comments on commit 69d1fb5

Please sign in to comment.