Fix AddImageModal style issues

This commit is contained in:
Timothée Goguely 2024-10-09 16:54:19 +02:00
parent fac9c02bed
commit d7c7731fe3
3 changed files with 4 additions and 2 deletions

View file

@ -91,6 +91,9 @@ const activeTab = ref(tabs[0]);
padding-top: var(--space-16);
row-gap: var(--space-32);
}
#add-images [data-pc-section="content"] {
height: calc(100% - 3.75rem);
}
#add-images nav li {
position: relative;
height: var(--space-48);

View file

@ -150,7 +150,6 @@ input[type="file"] {
}
[data-pc-section="content"] {
flex-grow: 1;
height: calc(100% - 3.75rem);
overflow: hidden;
}
</style>

View file

@ -1,6 +1,6 @@
<template>
<div
class="flex flex-col items-start | bg-grey-50 | border border-grey-200 | rounded-2xl | w-full | p-8"
class="flex flex-col items-start | bg-grey-50 | rounded-2xl | w-full | p-8"
>
<Accordion
value="0"