-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
[Feature]: update Dialog to make it scrollable vertically if the content is larger #73
Comments
@maelp thanks for this feature request! I think we can include that in a Dialog example! Could you create a PR and add this into Dialog examples? 😁 |
You mean the example rather than in the code for the Dialog of shadcn directly? I think it's better in the code directly no? because if the screen is large enough it keeps the same behaviour as now, and if it is too small, it allows scrolling |
It can be done with CSS :has or CVA Variants but I don't know it's worth to have or not |
I can take this issue, but don't understand task properly, @sadeghbarati can you help with some screenshots? Maybe I will help ❤️ |
@romanhrynevych Thanks man! You can take a look 🌟Bootstrap🌟 Modal examples https://getbootstrap.com/docs/5.3/components/modal/#scrolling-long-content |
Thanks mate 👐 I will open a PR to resolve this issue 🙂 |
…odyDemo.vue for clearance Closes: unovue#73
…odyDemo.vue for clearance Closes: unovue#73
…odyDemo.vue for clearance Closes: unovue#73
@zernonia Hi,I want to ask is this issue fixed in the latest version? At present, we also encountered the same problem, in the device with relatively small resolution, the Dialog content is not fully displayed and cannot be scroll. Or is there a hotfix to make the contents of the popup scroll? many thanks. |
@0xinhua you can refer to this PR #287, see code changes, scroll works fine but need some updates in Radix-vue repo, refer to this PR PR in radix-vue, but there is a bug with toaster and Dialog, don't have time to take a look on it 🙁 |
Describe the feature
Make the content scrollable, using https://www.radix-vue.com/components/dialog.html
Additional information
The text was updated successfully, but these errors were encountered: