Skip to content

Commit

Permalink
Merge pull request #9 from robsontenorio/choices-improvements
Browse files Browse the repository at this point in the history
CHOICES: add scroll overflow
  • Loading branch information
robsontenorio committed Sep 2, 2023
2 parents 6fe9e02 + 7faddca commit 484d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Choices.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class="outline-none bg-transparent"
<!-- OPTIONS -->
@if(count($options) || $noResultText)
<div class="absolute w-full bg-base-100 z-10 pb-0.5 border border-base-300 shadow-xl cursor-pointer rounded-lg">
<div class="absolute w-full bg-base-100 z-10 pb-0.5 border border-base-300 shadow-xl cursor-pointer rounded-lg overflow-y-scroll max-h-64">
@foreach($options as $option)
<div
wire:key="option-{{ data_get($option, $optionValue) }}"
Expand Down

0 comments on commit 484d403

Please sign in to comment.