Skip to content

Commit

Permalink
fix: modals body hidden under header
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent d839d2a commit fed3ea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/modals/BaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ defineExpose({
>
</a>
</template>
<slot></slot>

<div>
<slot></slot>
</div>
<template #footer v-if="showFooter || $slots.footer">
<slot name="footer">
<BaseButton
Expand Down

0 comments on commit fed3ea4

Please sign in to comment.