mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
fix: reset overflow hidden
This commit is contained in:
parent
4e34f41ee0
commit
e9d541498e
@ -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",
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user