mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
fix insufficiently large max height for cards
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<div
|
||||
:class="{
|
||||
'max-h-screen': !collapsed,
|
||||
'max-h-[99999px]': !collapsed,
|
||||
'max-h-0': collapsed,
|
||||
}"
|
||||
class="transition-[max-height] duration-200 overflow-hidden"
|
||||
|
||||
Reference in New Issue
Block a user