ui/players.razor.scss
@import "Theme.scss";

// A full-screen, click-through overlay; the SeatTags inside position themselves over each hand.
Players
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}