mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
remove overflow-hidden on when no collapsed
This commit is contained in:
parent
ced5aef6d1
commit
84bdb8c9a5
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
:class="{
|
:class="{
|
||||||
'max-h-[99999px]': !collapsed,
|
'max-h-[9000px]': collapsable && !collapsed,
|
||||||
'max-h-0': collapsed,
|
'max-h-0 overflow-hidden': collapsed,
|
||||||
}"
|
}"
|
||||||
class="transition-[max-height] duration-200 overflow-hidden"
|
class="transition-[max-height] duration-200"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue