Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(uiGridRenderContainer): Inherit position
Change position: relative to position: inherit. This will prevent the footer from overlapping the viewport content incorrectly. It appears to not break anything else that's not currently broken... Fixes #2030
- Loading branch information
fd35328
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it might be affecting OSX scroll bars. When I skip this property, the horizontal scroll bar on a Mac is correctly placed. With this amendment, it is spaced above the bottom of the grid by the width of a scroll bar, and overlaps the content. This happens on both Chrome and Firefox on the Mac. Although it's true scroll bars on the Mac were already broken, this might be obscuring a deeper issue on that one.