Forums

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

Home Forums CSS popup height problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #241998
    zaahideen
    Participant

    i am creating/designing a popup for my website. my files are located here:

    popup.html

    when the page open, theres a link at the top “Open Popup #1” upon clicking this the popup appears to the left of the page.

    now the issue i’m having is that if i resize the browser’s HEIGHT so that the text inside the popup no longer fits, i can’t scroll down to view the remaining text.

    why is this?

    please help

    thanks

    #242007
    pushpendra
    Participant

    Add this in your css it works if not then please tell me.

    .popup-inner{
    overflow:scroll;
    }

    #242057
    zaahideen
    Participant

    brilliant!

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