Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Nov 13, 2024
1 parent fa1ba96 commit 4a4bf12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/AppModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ onUnmounted(() => {
:class="{
'overflow-y-auto': modalHeight > screenHeight - 150,
}"
:style="{
maxHeight:
modalHeight > screenHeight - 150 ? 'calc(100vh-100px)' : 'auto',
}"
>
<component
v-if="modalTemplateComponent"
Expand Down

0 comments on commit 4a4bf12

Please sign in to comment.