Another bug found in custom HUDs due to limitations in the Engine. I'm not sure how exactly this could be worked over, but I'm sure something in the internal code is preventing HUD devs from extending this menu just a tad bit more to cover the bottom sliver. If not, please do correct me and close this (I'm looking at you, Yttrium.)
This bug causes a missing sliver of shading at the bottom whilst in the "Find a Game" menu, which occurs in all custom HUDs, however, this might be a client bug that renders this impossible to fix in the current state by modifying HUD files.
This bug is shown in the screenshot below. I've seen it in all custom HUDs, besides those (like Toonhud) that have a banner at the bottom to disguise this issue that HUD developers face, however, this is just a bandaid fix.
((This is my first issue here so please don't get mad at me if I did something dumb. Just give me constructive criticism.))
master branch. (N/A)start_tf2.bat (or start_server.bat) with no custom launch options. (N/A)map command ingame). (N/A)

N/A
@Yttrium-tYcLief please correct him if needed :^)
I'm looking at you, Yttrium.
haha called out
Unfortunately we don't even have a working jungle inferno HUD, because all of that stuff was added after the point of our leaked dev build, so while it's certainly a bug that might require some client work (rather than HUD work), it's not actually something we can do.
If we ever get modern source access, it's definitely something we'll look into, though.
By the way, I just wanted to mention that there is a workaround to this, but it may not be desirable.
You have to add this to your MainMenuOverride.res (the element isn't defined there, so put this at the end)
"DashboardDimmer"
{
"xpos" "-5"
"ypos" "-5"
"wide" "f0+10"
"tall" "500"
}
Now the problem is that this doesn't actually get applied until you force a reload with console open by toggling mat_antialias, so you'll also need something like this in your valve.rc
wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1
The implication of this is that the startup time will be noticeably longer.
Some more information can be found here, which details hiding it completely by setting it's size to 0, but I personally prefer setting it to fill the screen instead, since otherwise you lose the ability to click outside of the playlist to close it.
Most helpful comment
haha called out
Unfortunately we don't even have a working jungle inferno HUD, because all of that stuff was added after the point of our leaked dev build, so while it's certainly a bug that might require some client work (rather than HUD work), it's not actually something we can do.
If we ever get modern source access, it's definitely something we'll look into, though.