as a follow up, to get this same effect in modcp it is a bit different, since modcp typically doesn't scroll, and if we set it to auto, then it will remove the scrollbars completely; and that looks pretty weird depending on your cpstyle.
so lets just get rid of the bottom scrollers (this same method could be used in the admincp index, with leaving the scrolling set to yes, but i like the way we already did admincp =)
you want to open:
modcp/index.php
search for:
replace with:
Code:
border=\"no\" style=\"overflow-y:scroll; overflow-x:hidden;\"
thats all there is to it, now we got rid of the useless bottom scrollers from both the admincp and modcp =)