mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 21:33:02 +01:00
fix insufficiently large max height for cards
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user