Skip to content

Commit 91ad4a9

Browse files
authored
solve the dropdown issue (#1358)
1 parent 0f44216 commit 91ad4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ export const DocsNav = ({
736736
'transition-all duration-500 ease-in-out',
737737
{
738738
'max-h-0 opacity-0 overflow-hidden': !active.getSpecification,
739-
'max-h-80 opacity-100': active.getSpecification,
739+
'max-h-80 opacity-100 overflow-hidden': active.getSpecification,
740740
},
741741
)}
742742
id='specification'

0 commit comments

Comments
 (0)