Skip to content

Commit

Permalink
Remove overflow class
Browse files Browse the repository at this point in the history
  • Loading branch information
omfj committed Jan 18, 2025
1 parent ab237ba commit 8702a27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const RegistrationTable = ({
const filteredRegistrations = filterRegistrations(registrations, studentGroups, filters);

return (
<div className="flex flex-col gap-8 overflow-y-auto">
<div className="flex flex-col gap-8">
<div className="flex flex-col items-center gap-4 pb-2 pt-2 md:flex-row md:pb-4">
<SearchFilter searchTerm={filters.searchTerm} setSearchTerm={setSearchTerm} />
<YearFilter yearFilter={filters.yearFilter} setYearFilter={setYearFilter} />
Expand Down

0 comments on commit 8702a27

Please sign in to comment.