Andy Hook
Andy Hook
Nice suggestion! tagging @colmtuite for visibility / future consideration.
Hey @xavier-kairn , the easiest way to handle this is to provide layout level padding to a wrapper element rather than using `body` https://codesandbox.io/s/elegant-fast-i52wp6?file=/src/styles.css alternatively you could simply provide values...
Oh I see, yes that makes the use case much clearer. Ideally the library would maintain the original styles while adding the missing scrollbar width but I’m sure there is...
Hey @MikeYermolayev curious on your use case for an overflow scroll on the dropdown? unlike [Select](https://www.radix-ui.com/docs/primitives/components/select), dropdown menu doesn't have first class support for it.
Thanks for that @MikeYermolayev, makes sense and sounds sensible. Looks like the main jank is related to browser scroll behaviour when focus is changing. We should look into how to...
> perhaps we should consider this a functional style (especially given native menus don't allow you to select item text anyway and the action is on `pointerup`). I agree
Worth noting that this doesn't seem related to `remove-scroll`, a quick test showed the issue disappeared after removing `PopperPrimitive.Content`. Not sure if related but I experienced a similar issue when...
Indeed it should, for posterity: https://user-images.githubusercontent.com/11708259/178768788-b34c7304-e237-4ec1-be24-20e5fedfa570.mp4
> it says that there are 6 options when there are only three I also ran into this, seems VO is counting the bubble inputs when in a form even...
Hey @dungle-scrubs I imagine this is all possible via controlled props though I'm not 100% clear on what you're describing, would you be able to provide a sandbox showing your...