The profile pop-up was too large (the bottom not viewable depending on how many lines of, say, bio were written). I noticed that the font size was a little bigger in the pop-up relative to non-pop-up text, did some digging in these forums, found something from a couple of years ago, tried it, and it appears to have solved the problem.
In styles/unified.php, I found this line:
.ui-dialog {
Beneath (in the child theme) I added: font-size: 90%;
I did not change anything else.
Is this the best way to solve the issue?
Thanks!