Skip to content

No css formatting when rows height less than scroll height #5

Description

@colmmitchell-payroc

Using the source inside GitHub, when the number of rows displayed doesn't enable the scroll bar, it also fails to enable the CSS formatting. The reason for this (as pointed out by Larry Woods' comment on February 4, 2011 at 7:49 pm) is that the code has this entry which doesn't seem to be working correctly:

    // Bail out if there's no vertical overflow
    if ($(this).height() <= settings.height)
    {
      return this;
    }

If these rows are commented out it appears to work well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions