mknecht/gridscrolling.js

z-index

Closed this issue · 5 comments

The content overlaps the arrows. This looks weird when content has a background color 'cause the arrows disapear for a moment.

Same here: Need some details to reproduce.

image
Here's a screenshot. You will see that the top arrow is hidden by the scrolling content.
Configuration : Windows 7 / Chrome 39

In your screenshot on item #3, the arrow is laid over the content.

In cells that are longer than a screen the arrows will not always show. For example, if you're at the beginning of a cell that is several screens long, the "down" arrow will not show. Here, you have to scroll normally as you read. Then, when the cell ends, the down arrow will pop up again.

I think that is what is happening here, except that the layout is messed up, and the grid wrongly determines you being in the middle of a long cell.

I talked about the top arrow which is hidden on the screenshot but showed in the next scrolling step.
But you're certainly right, I may have missed something.

Just thought it was easier to explain with the bottom one. The same applies for the top one, though, when on the bottom of a cell. Sorry for the confusion. :)