halftheopposite / TOSIOS

The Open-Source IO Shooter is an open-source multiplayer game in the browser
MIT License
369 stars 77 forks source link

Menu not clickable #36

Closed maxfontani closed 2 years ago

maxfontani commented 3 years ago

Hi! Thanks for the great repo!

I have an issue: the menu box (along with its buttons/inputs) is not clickable when opened from within the match. It can only be closed by pressing the Esc key. A z-index issue, I suppose.

halftheopposite commented 3 years ago

Hi @maxfontani, thanks for reporting this issue. I'll soon give it a check!

maxfontani commented 3 years ago

Found it. It was due to pointerEvents: 'none' in packages/client/src/scenes/HUD/HUD.tsx line 139