Hi does anyone know how to fix box colliders (buttons, input boxes) not working in WebGL when canvas is scaled?
example:
canvas {
transform: scale(0.

;
}
*this will cause buttons and input boxes to not work. It seams their box colliders aren't adjusted.