Group focus always visible

Hey there, I have a question.

I want to have a floating group relative to an element (like groupfocus) but the issue is floating groups can be set to have a position relative to an element, and groupfocus are designed to be activated on toggle.

So, the question is, how can I do it?

Do What?

Screen Shot 2024-06-30 at 8.06.11 PM

Do you want to make a groupfocus always visible or do you want to make a floating group positioned relative to another element?

Both are posible. Ideally a floating group relative to an element.

There is custom code that can be used to do that…I don’t know it off the top of my head though.

But if you know the position of the element in regards to it’s distance from top of page and left side of page, you can then use the floating group placement configurations to line them up since the floating group lets us position it according to the top or left of page.

For a groupfocus that is always visible it can not really be done in a way that leads to good UX because the default of groupfocus is to hide when clicked outside of groupfocus, but you can set conditional triggers to show it anytime it is not visible…it might flicker a bit.