We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 915227d + 26c524c commit e9bf6ceCopy full SHA for e9bf6ce
apps/website/src/components/copy-css-config/copy-css-config.tsx
@@ -30,7 +30,7 @@ export default component$(() => {
30
</Button>
31
<Modal
32
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"
+ 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"
34
>
35
<ModalHeader>
36
<h2 class="text-lg font-bold">Copy config</h2>
0 commit comments