In webGL the text objects are rendered in a different layer, external to the C2 app/canvas.
This means the text objects will always appear on top/foreground of your game (you can't have sprite or other objects on top of them).
Consider it in the design/layout of your game.