Skip to content
Snippets Groups Projects
Unverified Commit 5907eb99 authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

Make EditWorkspaceUsersModal scrollable (#853)

make EditWorkspaceUsersModal scrollable
parent e0d5d803
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ export default function EditWorkspaceUsersModal({
</div>
<form onSubmit={handleUpdate}>
<div className="p-6 space-y-6 flex h-full w-full">
<div className="w-full flex flex-col gap-y-4">
<div className="w-full flex flex-col gap-y-4 max-h-[350px] overflow-y-scroll">
{users
.filter((user) => user.role !== "admin")
.map((user) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment