-
Notifications
You must be signed in to change notification settings - Fork 593
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
SelectMenu popper position inside a Card #1034
Comments
The |
For reference: #806 |
True, but the |
It's better to remove it completely: #806 (comment) |
It shouldn't break the corners. At least it's not here https://stackblitz.com/edit/nuxt-starter-qmhfww?file=app.vue Benjamin is right though, better to remove it completely |
My bad, I was not setting the background on the right property 😞 |
I've decided to remove the |
Environment
Version
v2.11.0
Reproduction
https://stackblitz.com/edit/nuxt-starter-toondf?file=app.vue
Description
When using a SelectMenu, with the default popper strategy (
absolute
), inside a Card, the popper div does not overflow and creates a non usable UIAdditional context
The options div gets cropped
Using the fixed strategy doesn't really fix the problem as the options div takes up the full width
Logs
No response
The text was updated successfully, but these errors were encountered: