diff --git a/src/components/Sidebar/SidebarContainer.tsx b/src/components/Sidebar/SidebarContainer.tsx index 585f54f0f7b835d30462e110c4890d0d1e486392..d647e474558249b9c06124d5241f010f409e0bc5 100644 --- a/src/components/Sidebar/SidebarContainer.tsx +++ b/src/components/Sidebar/SidebarContainer.tsx @@ -7,7 +7,7 @@ interface Props { const SidebarContainer: React.FC<Props> = ({ className, children, clickable = true }) => { return ( <aside - className={`fcmap-w-full md:fcmap-w-[336px] fcmap-h-auto fcmap-overflow-y-hidden fcmap-z-10 fcmap-shadow-lg ${ + className={`fcmap-w-full md:fcmap-w-[336px] fcmap-h-full fcmap-overflow-y-auto fcmap-z-10 fcmap-shadow-lg ${ clickable ? 'fcmap-pointer-events-auto' : 'fcmap-pointer-events-none' } ${className ?? ''}`} >