- Laravel Version: 9.8.1
- Nova Version: 4.2.2
- PHP Version: 8.1.1
- Browser type and version: Chrome
Description:
New SearchInput component includes overlay which used for click-outside logic. This overlay has wrong z-index (z-45). It conflicts with other z-index values and doesn't allow to select items from SearchInput select when SearchInput located on Resource index page.

It should be changed to z-35 and issue will be solved.