Flux version
2.0.4
Livewire version
3.6.0
Tailwind version
4.0.8
Browser and Operating System
Chrome on Windows
What is the problem?
When the window is too small for the full select dropdown, it overflows one of the containers instead of reducing the size of the already scrollable region of items.

Code snippets
<flux:select variant="listbox" searchable>
@foreach (range(0, 20) as $value)
<flux:select.option :$value>{{ $value }}</flux:select.option>
@endforeach
</flux:select>
How do you expect it to work?
It shouldn't have double scrollbars, just a single one that gets longer if the available window space gets smaller.
Please confirm (incomplete submissions will not be addressed)