diff --git a/packages/web/src/components/organisms/AgendaSection.tsx b/packages/web/src/components/organisms/AgendaSection.tsx index 57f4b066..686772ac 100644 --- a/packages/web/src/components/organisms/AgendaSection.tsx +++ b/packages/web/src/components/organisms/AgendaSection.tsx @@ -8,7 +8,7 @@ import { isPreparingAgenda, } from "@biseo/web/utils/agenda"; -import { scroll } from "@biseo/web/styles"; +import { hideScrollBar, scroll } from "@biseo/web/styles"; import { css } from "@emotion/react"; const gridLayout = css` @@ -73,7 +73,7 @@ export const AgendaSection: React.FC = () => { ); return ( -
+
{getAgendaCards("ongoing")}