I'm trying to make a popup-div which has very long information.
I wonder that at inner div, there is no end-point at bottom, because there are hidden informs, like:
┌────────────────────────┐
│ │
│ ┌───────────────────┐ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ ... ↓ │ │ // ↓ means scroll down to see more.
└────────────────────────┘
And scrolling down to the end of the inner div:
┌────────────────────────┐
│ │
│ ┌───────────────────┐ │
│ │ ... │ │
│ │ │ │
│ │ │ │
│ └───────────────────┘ │ // │ └───────────────────┘ │ <- the endpoint showed up!
└────────────────────────┘
│ └───────────────────┘ │
end-point has appeared.
Is it possible?