hide overflow
This commit is contained in:
parent
7c9d54de13
commit
9cf653dba6
@ -107,7 +107,7 @@ export default function Container({
|
|||||||
<div
|
<div
|
||||||
ref={contentRef}
|
ref={contentRef}
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative flex grow flex-col",
|
"relative flex grow flex-col overflow-hidden",
|
||||||
showFull || expandButton === false ? "max-h-none" : "max-h-[400px]",
|
showFull || expandButton === false ? "max-h-none" : "max-h-[400px]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user