We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0cd60 commit f190940Copy full SHA for f190940
1 file changed
src/routes/(authenticated)/admin/blacklists/+page.svelte
@@ -174,8 +174,8 @@
174
{/snippet}
175
</TextInput>
176
</CardHeader>
177
- <CardContent>
178
- <ScrollArea class="max-h-64">
+ <CardContent class="overflow-clip">
+ <ScrollArea>
179
<div class="space-y-2">
180
{#each limit(usernameBlacklist, 10) as item (item.id)}
181
<div class="flex items-center justify-between text-sm">
@@ -212,8 +212,8 @@
212
213
</EmailInput>
214
215
216
217
218
{#each limit(emailBlacklist, 10) as item (item.id)}
219
0 commit comments