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
#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


Messages In This Thread
Z-buffer - by Thomas - 19.10.2017, 18:46
RE: Z-buffer - by Erwin van der Zwart - 19.10.2017, 19:11
RE: Z-buffer - by Thomas - 24.10.2017, 15:16

Forum Jump: