Mayank

Results 168 comments of Mayank

`overflow: hidden` still leaves the scroll container intact. If you want to lock scroll completely, then `overflow: clip` could be worth trying.

@nimam-bentley Thanks for opening this issue. Just to confirm, when you say "sortable", you're talking about reordering, right? Our `Tree` is fully customizable, so you should be able to use...

@Josh-Schifter Thanks for the added context. Of those three workflows, only 1 is relevant for this particular feature request. 2 and 3 are way out-of-scope, as they require cross-component coordination....

Thanks for reporting this! I think this might be a regression related to recent changes (#2209). We'll take a look and try to find a proper fix.

We're still looking into this. In the meantime, you can work around it in two ways: 1. By adding a `` with [`portalContainer`](https://itwinui.bentley.com/docs/themeprovider#portals) in your `Popover`. See [stackblitz](https://stackblitz.com/edit/github-6vfacf-nks43o?file=src%2FApp.tsx). 2. (Starting...

@ajmiam Thanks for investigating this. Here's another solution: 4. When `focusActivationMode` is set to `auto`, don't call `setActiveValue` inside `onClick`. This shouldn't have any downside, right?

> In our particular case, this would mean that once a user clicks on a tab to expand it, if they want to contract it, they could not do so...

@HaveSpacesuit It was planned, but never got picked up due to other priorities. The main blocker for development work is to find a better API than the one in `Table`...