Skip to content
Snippets Groups Projects
Commit 4e77002b authored by Agustina Carrion's avatar Agustina Carrion
Browse files

fix: remove h-full in aside

parent dc14d8bd
No related branches found
No related tags found
1 merge request!13fix: remove h-full in aside
......@@ -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-full fcmap-overflow-y-auto fcmap-z-10 fcmap-shadow-lg ${
className={`fcmap-w-full md:fcmap-w-[336px] fcmap-overflow-y-auto fcmap-z-10 fcmap-shadow-lg ${
clickable ? 'fcmap-pointer-events-auto' : 'fcmap-pointer-events-none'
} ${className ?? ''}`}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment