Use web developer tools to examine that textarea, see what properties are being applied to it, this is n issue with the theme you’re using it is likely applying some styling on a more specific level that is affecting the BP styles so you will need to locate and add your own / remove.
hi @bphelp, @hnla,
i had the same issue on my test site with BP 1.7b1 / wp 3.5.1 and the theme Roots. This theme is depending of legacy template witch is animating this part through buddypress.js
The affected div is whats-new-options
To avoid the scroll, I increased the heigth of jq(‘#whats-new-options’) from 40 (by default) to 60
Go to /buddypress/bp-templates/bp-legacy/js/buddypress.js and do the change at your need, line 26 and 43
@chouf1 Perfect fix, your my hero for today! Thank you so much!
Glad to know that ! You’re welcome. 😉