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
My team and I have a ldmodal component that has a ldselect component tethered to it, The ldselect has many options in its dropdown menu, so when a user clicks on it, a long list appears and extends past the screen's borders. If the user tries to scroll to see the end of the list, only the background behind the ldmodal scrolls and never the ldmodal or ldselect. Is there a workaround for this where the ldmodal could be made to scroll along with the background in order for the user to see the entire ldselect list?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My team and I have a ldmodal component that has a ldselect component tethered to it, The ldselect has many options in its dropdown menu, so when a user clicks on it, a long list appears and extends past the screen's borders. If the user tries to scroll to see the end of the list, only the background behind the ldmodal scrolls and never the ldmodal or ldselect. Is there a workaround for this where the ldmodal could be made to scroll along with the background in order for the user to see the entire ldselect list?
Example issue in sandbox: https://codesandbox.io/p/devbox/ldmodalbug-lq39jx?file=%2Fsrc%2FApp.js%3A67%2C22
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions