Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/pingpong/src/routes/admin/createGroup/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
};
</script>

<div class="h-full w-full flex flex-col p-8 gap-8 items-center">
<div class="h-full w-full flex flex-col p-8 gap-8 items-center overflow-auto">
Comment thread
ekassos marked this conversation as resolved.
<Heading tag="h2" class="serif">Create a new group</Heading>
<form on:submit={submitCreateClass} class="flex flex-col gap-4 max-w-lg sm:min-w-[32rem]">
<div>
Expand Down