Hey guys, I'm seeing an issue in my Flex code that I can't imagine has gone unseen to this point. If I have a Box with vertical scroll policy set to auto, the height is set to an explicit value, the width is set to auto, and I've added several labels in a vertical layout that causes the vertical scrollbar to appear it overlaps onto the label text rather than allocating extra space necessary for the scrollbar. Is there an easy work-around for this or am I doing something wrong here?
Granted this will only happen for items that extend to maximum width of the container and thus get overlapped by the space necessary to display the vertical scrollbar, but this is problematic as I don't want it to hide any of the text. Thanks in advance!

