You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest value of maxHeight css attribute on line 97 of src/app-components/dropdown.js : <div className={menuClass} aria-labelledby={${id}MenuButton} ref={menuRef} style={{ maxHeight: '400px', overflow: 'auto' }}>
Describe the bug
On certain workstations and browser configurations, even in fullscreen, dropdown component as utilized in https://github.com/USACE/instrumentation-ui/blob/develop/src/app-pages/collectiongroup/collectiongroup-timeseries-picker.js and other app-page files will cause items to be inaccessible on overflow.
Steps To Reproduce
Expected behavior
Overflow of items in dropdown component allows all items to be selectable
Actual behavior
Overflow of items in dropdown component causes certain timeseries to not be selectable.
Screenshots
Desktop (please complete the following information):
Additional context
See comment for suggested fix
The text was updated successfully, but these errors were encountered: