Skip to content

Commit

Permalink
added overflow to dropdown projects list (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemEDOM authored Nov 8, 2024
1 parent b72a2dd commit c2625a7
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 }} max-h-80 overflow-y-auto rounded-md">
{{ $content }}
</div>
</div>
Expand Down

0 comments on commit c2625a7

Please # to comment.