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

Scrolling - column footers misaligned with data #6909 #7014

Merged

Conversation

balazsiisti
Copy link
Contributor

From the version 4.4.4 we can observe an issue in the footer scroll (watch #6909).
To resolve the issue #6630 or #3416, it was added on footer.less some css styling (.ui-grid-footer-viewport, .ui-grid-footer-canvas { display: flex; flex: 1 1 auto; height: 100%; } ). Actually you don't need to use flex properties to fix the upper issue, it's enough to add only just height: 100% and it will works fine. If you add the flex properties, you will produce the #6909, because the flex will modify the grid footer cell properties and the length of the footer will be longer then the grid content itself.

@mportuga mportuga merged commit 74f9107 into angular-ui:master Jul 20, 2019
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.

2 participants