fix white box in friends list

This commit is contained in:
MathMan05 2025-04-08 21:37:21 -05:00
parent 70c02a392e
commit 4cbddfe9ac

View file

@ -2542,7 +2542,7 @@ fieldset input[type="radio"] {
display: flex; display: flex;
width: 100%; width: 100%;
padding: 0.2in; padding: 0.2in;
overflow: scroll; overflow-y: auto;
height: 100%; height: 100%;
> div { > div {