-
Notifications
You must be signed in to change notification settings - Fork 296
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
[Bug]: Popover max-height need to be limited by available height #263
Comments
I will make PR to fix this issue 🙂 |
Great, Thanks 🙌 |
@sadeghbarati sorry for tagging you, but I don't familiar with GitHub (working on GitLab mostly), how can I push new branch with PR, I don't have permissions( Maybe you can give me some guide how to make PR rightly) |
Fork the repository -> go to the main page of the repository -> top-right -> left side of the start button Now you have your own (origin) which you can push a new branch to it, without affecting (upstream) repository which also you have no permission but it's better to work on your origin even if you have permission You can use |
@sadeghbarati Thank you! ❤️
|
Environment
Link to minimal reproduction
https://www.shadcn-vue.com/examples/cards
Steps to reproduce
Just open Year Select on left card
Describe the bug
Select don't limit by available height 🙂
Expected behavior
Need to add height, or max-height (think that max-height is better) to popover element, so scroll will be shown
Conext & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: