rename expanded container classname

This commit is contained in:
jeffvli
2025-09-29 17:35:30 -07:00
parent 3f3a02ba8c
commit 8dcc28376c
2 changed files with 6 additions and 1 deletions
@@ -39,3 +39,8 @@
grid-column: 1 / -1;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
}
.list-expanded-container {
width: 100%;
height: 100%;
}
@@ -286,7 +286,7 @@ export const ItemGrid = ({
{hasExpanded && (
<motion.div
animate="show"
className={styles.gridExpandedContainer}
className={styles.listExpandedContainer}
exit="hidden"
initial="hidden"
style={{ height: '500px' }}