fix insufficiently large max height for cards

This commit is contained in:
Hayden 2023-04-01 12:08:44 -08:00
parent e1e04d49aa
commit 4a9bcde9ea
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -23,7 +23,7 @@
</div> </div>
<div <div
:class="{ :class="{
'max-h-screen': !collapsed, 'max-h-[99999px]': !collapsed,
'max-h-0': collapsed, 'max-h-0': collapsed,
}" }"
class="transition-[max-height] duration-200 overflow-hidden" class="transition-[max-height] duration-200 overflow-hidden"