Hi
I followed this tutorial to code a custom element with a fixed position:
Unfortunately, when scrolling down, the custom element I coded gets pushed behind all the other components on the website. No matter what I try, I cannot get it to the front.
Thus far, I tried:
- right click → arrange → move to front (on the custom element, does not help)
- adding a container box over the whole site, attaching the custom element to that box, making the box transparent and then arrange that box to the front.
However, the custom element visually still gets pushed to the background when scrolling down. Am I doing something wrong? How can I make my custom element to appear always in the front?
Many thanks for your help!
PS: I tried to post a slightly longer post about the same topic two days back, but it disappeared in the meantime, without any trace. Mby this was a technical error on my side, but if my question violates any rules etc., please notify me before deleting, so that I can know how to improve/change…