Hi,
I’m using a modal with a backdrop, but somehow certain elements (seemingly with an ‘active’ state) are unaffected by this. Does anyone know what is causing this (and how to apply the backdrop to the entire background)?
Thanks,
Thijs
Hi,
I’m using a modal with a backdrop, but somehow certain elements (seemingly with an ‘active’ state) are unaffected by this. Does anyone know what is causing this (and how to apply the backdrop to the entire background)?
Thanks,
Thijs
Hi @thijs
If all the elements that are unaffected have the same state, can you check if that state has a different Z axis
value?
Hi @Joyce,
Yes thanks! The sidemenu had a Z-axis of 999. I changed this to 998 and the modal to 999.