Set Modal Height

This commit is contained in:
khusroo hayat 2023-05-17 16:41:50 +05:00
parent 6407c3c74c
commit 1214bade53

View file

@ -67,6 +67,7 @@
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
<h2>{{ selectedGroup.groupName }}</h2>
<div style="overflow-y: scroll; height: 300px">
<div class="flex flex-col mt-3 mb-2">
<div v-for="subscription in subscriptions" :key="subscription.name">
<div class="flex justify-between">
@ -81,6 +82,7 @@
<hr />
</div>
</div>
</div>
</ModalComponent>
</template>