Skip to content

Commit 702b4c3

Browse files
fix pattern overflow on placeholder (#21)
1 parent 6853e47 commit 702b4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/dashboard.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
1212
</div>
1313
</div>
14-
<div class="relative h-full flex-1 rounded-xl border border-neutral-200 dark:border-neutral-700">
14+
<div class="relative h-full flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
1515
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)