Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Overflow issue with Google Chrome

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168324
    wolfgang1983
    Participant

    Hi. I have small over flow issue with Google chrome latest version.

    When I view content in firfox it gets pushed down rather than over flow. I like how it gest pushed down rather than overflow.

    example Firefox
    http://s8.postimg.org/8gsegzrxx/firefox.jpg

    example Google
    http://s15.postimg.org/omdq6mk2z/google.jpg

    Code:
    #column-left {
    background-color: #EEEEEE;
    padding: 10px 10px 10px 10px;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    /text-overflow: ellipsis;/
    /white-space: nowrap;/
    /overflow: hidden;/
    }

    #168326
    Paulie_D
    Member

    Hard to diagnose from images and little code.

    Could you make a Codepen example?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.