This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Z-buffer
#1
Hi
I've two interferring objects in my visu. Can I set "Bring to top" and "Send to bottom"? Or is there any other trick how to move an object to background? CSS?

Thank you in advance.
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#2
Hi,

Give your elements a custom class like ontop and onbottom and use this as custom css:
Code:
.ontop {
   z-index: 80 !important;
}
.onbottom {
    z-index: 60 !important;
}
Depending on the original z-index of the elements, you might need to change the 60 and 80 value

BR,

Erwin
Reply
#3
Thank you it works!
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Forum Jump: