mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
fix insufficiently large max height for cards
This commit is contained in:
parent
e1e04d49aa
commit
4a9bcde9ea
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue