Skip to content
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: add overflow to ensure dropdown menu is not cut off on smaller screens #454

Closed
wants to merge 1 commit into from

Conversation

D-Lite
Copy link
Contributor

@D-Lite D-Lite commented Oct 15, 2023

radix-452

@D-Lite
Copy link
Contributor Author

D-Lite commented Oct 15, 2023

#452

@zernonia
Copy link
Member

Thanks for the PR @D-Lite . However as the comment here pointed out, #452 (comment), the overflow styling should be apply by user itself as Radix Vue provides only the "neccessary" styling.

You can easily do so:

[data-radix-popper-content-wrapper]  {
  overflow: auto
}

So I'm closing ya 😁

@zernonia zernonia closed this Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants