Level 16
You can refer to this discussion: https://laracasts.com/discuss/channels/nova/nova-4-custom-css, or consult the official documentation for guidance on customizing CSS and JS: https://nova.laravel.com/docs/v5/customization/frontend
I am using Laravel Nova and have a select field in my resource. When the number of options increases (e.g., 30+ items), the dropdown becomes very long and affects the UI, making it harder to navigate. I want to set a maximum height for the select dropdown to improve the UI appearance. How can I limit the height of the select field and make it scrollable when there are many options?
Please or to participate in this conversation.