We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e6787 commit 075d2b3Copy full SHA for 075d2b3
src/views/ConceptShelf.tsx
@@ -185,7 +185,7 @@ export const ConceptShelf: FC<ConceptShelfProps> = function ConceptShelf() {
185
186
<Box
187
sx={{
188
- maxHeight: expandedGroups.includes(groupName) || isCustomGroup ? '1000px' : '240px',
+ maxHeight: expandedGroups.includes(groupName) || isCustomGroup ? 'auto' : '240px',
189
overflow: 'hidden',
190
transition: 'max-height 0.3s ease-in-out',
191
width: '100%'
0 commit comments