outl1ne / nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.
MIT License
242 stars 86 forks source link

Menu Item Select values do not scroll #159

Closed clockwork-marketing closed 2 years ago

clockwork-marketing commented 2 years ago

When making a multiItemSelect navigation type, the options in the values select field do not scroll. This means you can't see the options beyond where the modal ends. I have tried this on Safari 15.5 and Chrome 104.0.5112.79.

clockwork-marketing commented 2 years ago

So the issue isn't actually that the select options are not scrollable, it's that they have a max height of 300px, but the options don't show beyond the modal due to the overflow-hidden class on the modal. Removing the overflow-hidden class from the modal seems to resolve the issue.