TomDotBat / pixel-hud

A simplistic DarkRP HUD built using PIXEL UI.
GNU General Public License v3.0
4 stars 4 forks source link

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

Open JustPlayerDE opened 1 year ago

JustPlayerDE commented 1 year ago

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.