-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: resolved the issue of select element missing scrollbar #1841
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Can we please merge this? |
Hello @Manoj-M-S thanks for the contribution, |
This is getting more and more severe - it causes major internal support inquiries, as people can't properly use the CMS across different features. More details are here. |
Who is in charge of this? |
@Manoj-M-S I've just added Manoj-M-S#1 that, once merged, will resolve the missing changeset mentioned by @simotae14 :) I hope now everything is ready to be merged! Then, we'll still need to wait for a new Strapi update, but let's hope that the team see's the urgency similar as the community does! |
@hansemannn thanks for the contribution, instead of creating a PR to add a changeset for this PR you can create a brand new with the modifications implemented in this one and the changeset, after that we can close this PR, thanks |
@simotae14 I wanted to keep this PR as clean as possible, as my new commit would just be merged into the existing EDIT: Opened #1856 :) |
Hi @Manoj-M-S thanks for another great contribution - I'm going to close this in favour of #1856 from @hansemannn as with the above conversation 🙏 thanks again folks! |
What does it do?
This PR fixes the issue of select element missing scrollbar.
Why is it needed?
To fix issue 22105: Select element is missing a scrollbar
How to test it?
Related issue(s)/PR(s)
fixes 22105