Skip to content

Commit 67690b9

Browse files
sakiadachijustuswilhelm
authored andcommitted
BE: Remove overflow-y in teammember filter
1 parent 418bf7c commit 67690b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/projectify/workspace/templates/workspace/common/sidebar/filter_team_members.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class="placeholder:text-task-update-text peer h-full w-full rounded-lg border border-border px-2 py-2" />
1818
</div>
1919
</div>
20-
<div class="flex flex-col max-h-60 overflow-y-auto">
20+
<div class="flex flex-col overflow-y-auto">
2121
{% for member in team_members %}
2222
<div class="grid grid-cols-[auto_1fr_auto] gap-2 items-center hover:bg-background p-2">
2323
<input type="checkbox"

0 commit comments

Comments
 (0)