You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow easier navigation to footer on infinite scroll pages.
It would be nice, though, if we could come up with a way to make the footer available on pages with infinite scrolling. Something like pinning it to the bottom of the window (position: absolute; bottom: 0) and then adding an opacity gradient to the bottom 50 pixels or so of content to make it clear that more content is available below the window. Kind of like what Amazon does with their "Read More".
The text was updated successfully, but these errors were encountered:
Allow easier navigation to footer on infinite scroll pages.
It would be nice, though, if we could come up with a way to make the footer available on pages with infinite scrolling. Something like pinning it to the bottom of the window (
position: absolute; bottom: 0
) and then adding an opacity gradient to the bottom 50 pixels or so of content to make it clear that more content is available below the window. Kind of like what Amazon does with their "Read More".The text was updated successfully, but these errors were encountered: