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.
1 parent bd4b408 commit 8a9c90bCopy full SHA for 8a9c90b
app/components/Modal.client.vue
@@ -43,7 +43,7 @@ defineExpose({
43
<dialog
44
ref="dialogRef"
45
closedby="any"
46
- class="w-full bg-bg border border-border rounded-lg shadow-xl max-h-[90vh] overflow-y-auto overscroll-contain m-0 m-auto p-6 text-fg focus-visible:outline focus-visible:outline-accent/70"
+ class="w-[calc(100%-2rem)] bg-bg border border-border rounded-lg shadow-xl max-h-[90vh] overflow-y-auto overscroll-contain m-0 m-auto p-6 text-fg focus-visible:outline focus-visible:outline-accent/70"
47
:aria-labelledby="modalTitleId"
48
v-bind="$attrs"
49
@transitionend="onDialogTransitionEnd"
0 commit comments