TomDotBat/pixel-hud

Voting container is stealing the mouse input from everything under it and goes over the entire screen

Opened this issue · 0 comments

The Container containing the votes is going over the entire screen at all times at a very high Z-Position with mouse input enabled.

This results into stealing every mouse input on anything that has a lower Z position than the panel, which includes the FAdmin tab menu which may annoy some people.

A possible fix would be to make the panel only as large as required depending on the amount of votes.