Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    Ahoy!

    Yes. The problem seems to be the css that is being applied to the ‘ronprecontentintrocontainer’ div that is wrapping the entire collapse element.

    .ronprecontentintrocontainer {
         width: 100%;
         overflow: auto;    //<-this part
         position: relative;
         display: inline-block;
    }

    overflow: auto;
    If overflow is clipped, a scroll-bar should be added to see the rest of the content
    https://www.w3schools.com/cssref/pr_pos_overflow.asp

    Please let us know if you get this issue resolved and can continue to have wonderful dreams of expanding and collapsing elements.

    Thread Starter englishw5

    (@englishw5)

    tsk! it makes you want to drop to your knees and cry sometimes…

    Thanks for such a speedy response, I removed the original content and started testing this inside that div – that’s the part I forgot – before the coffee I guess.

    This plugin has really rescued me from the mire… thanks again.

    ron

    Plugin Author Baden

    (@baden03)

    Ron,

    Glad it all worked out. We’ll go ahead and mark this issue as resolved. If you like, please consider leaving a short review of the plugin or it’s support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘suddenly adding unwanted scrollbars’ is closed to new replies.