fix: reset overflow hidden

This commit is contained in:
vitorRibeiro7 2025-01-17 11:54:14 -03:00
parent 4e34f41ee0
commit e9d541498e

View File

@ -26,6 +26,7 @@ export function SidebarSection({ title, children }: SidebarSectionProps) {
<div <div
ref={content} ref={content}
style={{ style={{
overflow: "hidden",
transition: "max-height 0.4s cubic-bezier(0, 1, 0, 1)", transition: "max-height 0.4s cubic-bezier(0, 1, 0, 1)",
position: "relative", position: "relative",
}} }}