Skip to content

Commit

Permalink
fix(fe): fix scrollbar (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert authored Oct 8, 2024
1 parent 3d0f651 commit 41c23dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ export default function MajorSection({
<PopoverContent className="w-[555px] p-0">
<Command>
<CommandInput placeholder="Search major..." />
<ScrollArea className="h-40">
<ScrollArea>
<CommandEmpty>No major found.</CommandEmpty>
<CommandGroup>
<CommandList>
<CommandList className="h-40">
{majors?.map((major) => (
<CommandItem
key={major}
Expand Down

0 comments on commit 41c23dc

Please sign in to comment.