Skip to content

Commit

Permalink
CHOICES: add scroll overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio committed Sep 2, 2023
1 parent 6fe9e02 commit 7faddca
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 7faddca

Please sign in to comment.