treehouse : what would you like to learn today?
Web Design Web Development iOS Development

overflow-x not behaving as expected


  • Overflow-x:hidden;
    Overflow-y:visible;
    on a parent div doesn't work as I'd expect.

    The child div has more height, but Instead of allowing an overlap, it adds a vertical scrollbar.

    A simple
    overflow:visible
    allows child div to overlap

    Same in Chrome and Firefox