From 66fa3c663acb4a95b01fe04eda43c48098f4a1ac Mon Sep 17 00:00:00 2001 From: Bnyro <bnyro@tutanota.com> Date: Fri, 27 Oct 2023 16:20:29 +0200 Subject: [PATCH] fix: use relative height for edit group modal --- src/components/SubscriptionsPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index c532fa8d..96353ed6 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -88,7 +88,7 @@ <input v-model="editedGroupName" type="text" class="input" /> <button v-t="'actions.okay'" class="btn" :placeholder="$t('actions.group_name')" @click="editGroupName()" /> </div> - <div class="mb-2 mt-3 h-70 flex flex-col overflow-y-scroll"> + <div class="mb-2 mt-3 h-[80vh] flex flex-col overflow-y-scroll pr-2"> <div v-for="subscription in subscriptions" :key="subscription.name"> <div class="mr-3 flex items-center justify-between"> <a :href="subscription.url" target="_blank" class="flex items-center overflow-hidden">