Skip to content

Commit

Permalink
Merge pull request #138 from DDD-Community/fix/137
Browse files Browse the repository at this point in the history
[QA/137] 5차 QA
  • Loading branch information
hwanheejung authored Nov 11, 2024
2 parents ea85e48 + 3dea16b commit 3b8f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/board/create/theme/_components/ThemaSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ThemaSelect = ({ createBoard, boardName }: ThemaSelectProps) => {

return (
<div className="flex h-[calc(100%-64px)] flex-col">
<div className="grid h-full auto-rows-min grid-cols-2 gap-2.5 overflow-y-scroll px-4 pt-3">
<div className="grid h-full auto-rows-min grid-cols-2 gap-2.5 overflow-y-scroll px-4 pt-3 scrollbar-hide">
{Object.entries(BOARDTHEMAS).map(([key]) => (
<ThemaSelectItem
key={key}
Expand Down

0 comments on commit 3b8f777

Please sign in to comment.