Open SedanaYoga opened 3 months ago
Have you tried setting :popper="{ strategy: 'fixed' }"
on the SelectMenu
?
Have you tried setting
:popper="{ strategy: 'fixed' }"
on theSelectMenu
?
Hey @benjamincanac, thanks for the reply, I added the setting you mentioned and it's still not working
Environment
Build Modules: -
Version
2.18.3
Reproduction
https://stackblitz.com/edit/nuxt-ui-fsqysa?file=app.vue
Description
I want to attach USelectMenu inside UTable cell, but the table container's width is fixed, so I need to make the table horizontally scrollable. I put
overflow-x-scroll
class into UTable, it is scrollable but when I click USelectMenu, the table is vertically scrollable as well (I don't want that) and the option popover is being cut off inside the table.Expected outcome: the table is horizontally scrollable but without cutting the USelectMenu popover.
Can anybody please help me to workaround this? it's been a while for me to investigate whats the issue here. Thanks!
Additional context
Logs
No response