[SOLVED] Popup hidden with scroll or click

So I can reveal a “hidden” element with a workflow press, but how would I make that element hide itself again if the user clicks outside of the revealed element’s bounds or scrolls further down the page?

I think I’m durping out, I’ve been bubbling all day

You can either use a Group With Focus element (which hides when user clicks outside of it) and/or create a condition workflow: Do when condition is true > Current Page Scrolling Position is greater than [insert page position in terms of pixel height] > hide element

1 Like

Thank you!

If I want the element to be hidden again when “Current Page Scrolling Position is less than X”, how do I do?