Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter meschugge

    (@meschugge)

    I attributed the following CSS style (on the right hand side of WP) to the widget:

    .DivToScroll {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
    }
    .DivWithScroll {
    height:410px;
    overflow:scroll;
    overflow-x:hidden;
    }

    This does not run anymore on my site https://www.provence-gite.fr/en/holiday-homes/atelier/ which I updated to WP 4.8.1.

    Any ideas what’s goning on ?

    Thread Starter meschugge

    (@meschugge)

    Can nobody help me with this ?

    In the meantime I moved back to WP 4.62, but that can’t be the solution, can it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iframe overflow and scroll not working anymore’ is closed to new replies.