Set Fixed Subscriptions Modal Height (#2414)

This commit is contained in:
Khusroo Hayat 2023-05-19 11:06:02 +05:00 committed by GitHub
parent e1e0d17fa2
commit e88ec4b976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,9 +67,9 @@
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false"> <ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
<h2>{{ selectedGroup.groupName }}</h2> <h2>{{ selectedGroup.groupName }}</h2>
<div class="flex flex-col mt-3 mb-2"> <div class="flex flex-col mt-3 mb-2 overflow-y-scroll h-70">
<div v-for="subscription in subscriptions" :key="subscription.name"> <div v-for="subscription in subscriptions" :key="subscription.name">
<div class="flex justify-between"> <div class="flex justify-between mr-3">
<span>{{ subscription.name }}</span> <span>{{ subscription.name }}</span>
<input <input
type="checkbox" type="checkbox"