supermedium/aframe-super-keyboard

the keyboard hide text elements behind it

arthurmougin opened this issue · 1 comments

is there a way to let the text render behind the keyboard image ?

image

the text behind have this properties :
<a-text class="powered" position="0.45 -0.45 0" align="right" wrap-count="35" baseline="bottom" width="0.6" value="my text" color="grey" text=""></a-text>

Try set text entity after keyboard in HTML and/or change the Z position of the text.