scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Scroll height incorrect when list height slightly less than screen height #31

Open scottohara opened 12 years ago

scottohara commented 12 years ago

In a list view, when the height of the list is greater than the scroll area, but less than the screen height; the list doesn't scroll.

What is probably happening is that because the footer (which is position:absolute) overlays the list, the last item in the list is technically "on screen", but obscured by the footer.

So the list thinks it doesn't need to scroll.

The list height needs to exclude the footer height.