Skip to content

Commit 00d636b

Browse files
committed
docs: fix height of copy-css
1 parent 5387f82 commit 00d636b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/copy-css-config/copy-css-config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default component$(() => {
3030
</Button>
3131
<Modal
3232
bind:show={showSig}
33-
class="my-animation bg-background text-foreground rounded-base max-w-2xl overflow-x-hidden p-8 shadow-md backdrop:backdrop-blur backdrop:backdrop-brightness-50 dark:backdrop:backdrop-brightness-100"
33+
class="my-animation bg-background text-foreground rounded-base h-full max-w-2xl overflow-x-hidden p-8 shadow-md backdrop:backdrop-blur backdrop:backdrop-brightness-50 dark:backdrop:backdrop-brightness-100"
3434
>
3535
<ModalHeader>
3636
<h2 class="text-lg font-bold">Copy config</h2>

0 commit comments

Comments
 (0)