Skip to content

Commit

Permalink
added overflow to list projects
Browse files Browse the repository at this point in the history
  • Loading branch information
systemEDOM committed Oct 15, 2024
1 parent 82933e2 commit 89e3b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/dropdown.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class="{{ $width }} {{ $alignmentClasses }} absolute z-50 mt-2 rounded-md"
style="display: none"
@if ($closeOnClick) @click="open = false" @endif
>
<div class="{{ $contentClasses }} rounded-md">
<div class="{{ $contentClasses }} rounded-md max-h-80 overflow-y-auto">
{{ $content }}
</div>
</div>
Expand Down

0 comments on commit 89e3b0b

Please sign in to comment.