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 56f1223 commit 6f4e63eCopy full SHA for 6f4e63e
1 file changed
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