Skip to content

Commit 9c7a6c0

Browse files
committed
fix(analog-joystick): arrows not clickable on Firefox
1 parent ff9c20f commit 9c7a6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analog-joystick-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class AnalogJoystickElement extends LitElement {
5454
}
5555
5656
.controls .region {
57-
pointer-events: bounding-box;
57+
pointer-events: fill;
5858
fill: none;
5959
}
6060

0 commit comments

Comments
 (0)