diff --git a/apps/web/src/modules/common/layout/dashboard/scroll-container.tsx b/apps/web/src/modules/common/layout/dashboard/scroll-container.tsx index 7a0967f..a777580 100644 --- a/apps/web/src/modules/common/layout/dashboard/scroll-container.tsx +++ b/apps/web/src/modules/common/layout/dashboard/scroll-container.tsx @@ -53,7 +53,9 @@ export function ScrollContainer({ children, className }: ScrollContainerProps) { onScroll={updateScrollState} className="h-full overflow-auto" > - {children} +
+ {children} +
);