orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Select options are not fully visible at the bottom of forms #2702

Closed c-gross closed 10 months ago

c-gross commented 10 months ago

Describe the bug In screen where the form contains select fields it's possible that the options dropdown they getting cut when they are near the end of the form.

The issue is the css class overflow-hidden in views/layouts/base.blade.php for the form element. This is causing that dropdown options are not fully visible.

To Reproduce Steps to reproduce the behavior:

  1. Create a screen with layout that counts just one select field (or a select field at the bottom of the form)
  2. Create a list of select options (2 should be already enough to see the issue)

Expected behavior Select options should be always be fully visible.

Screenshots image

Desktop (please complete the following information):

Happens with Orchid 14.8.1