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.
2 parents 93cb4da + 075d2b3 commit e4d0b5cCopy full SHA for e4d0b5c
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