Skip to content

Commit e9bf6ce

Browse files
authored
Merge pull request #687 from Kenzo-Wada/fix/copy-css-height
docs: fix height of `copy-css`
2 parents 915227d + 26c524c commit e9bf6ce

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)