StarArawn / kayak_ui

Other
469 stars 50 forks source link

UI materials do not seem to respect z-ordering #256

Open NiseVoid opened 1 year ago

NiseVoid commented 1 year ago

When creating a custom material that can get covered by other UI with the default material, the custom material can render trough it. image If the material is removed from the style, this element no longer draws trough other UI.

This can be worked around with opacity layers, but this should probably work as intended by default.