Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

viewportTopR should always have 'auto' scroll #75

Open
wants to merge 1 commit into
base: 2.0-frozenRowsAndColumns
Choose a base branch
from

Conversation

gcko
Copy link

@gcko gcko commented May 1, 2014

This fixes an issue when you have the following configuration

options: { frozenColumn: 0, frozenRow: 1, frozenBottom: true }

Basically, when you have a frozen bottom row w/ a frozen column, AND you have less rows than would fill up the height of the viewport, a disabled scrollbar is shown for the top right viewport, and it also visually overlaps the rightmost column.

This fixes an issue when you have the following configuration

`
options: {
  frozenColumn: 0,
  frozenRow: 1,
  frozenBottom: true
}
`

Basically, when you have a frozen bottom row w/ a frozen column, AND you have less rows than would fill up the height of the viewport, a disabled scrollbar is shown for the top right viewport, and it also visually overlaps the rightmost column.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant