Hi everyone,
I have a floating group within a reusable element and I am opening this on a page.
I’m using the below code to fix the FG stick to the top of the page.
The issue I have is that the FG appears below all the groups on the page even though I have floating z index set to above elements.
I’ve read elsewhere that because the FG is in a reusable bubble doesn’t actually put the FG above other elements.
I’m wondering if anyone has a solution to this.
Thanks
Simon
#fg_markup { z-index: 999999 !important; position: fixed !important; } .bubble-element.ReusableElement { z-index: 99999 !important; }