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

Sticky footer doesn't work in IE 11 when content is added #430

Closed
1 of 8 tasks
HJK181 opened this issue Mar 13, 2017 · 3 comments
Closed
1 of 8 tasks

Sticky footer doesn't work in IE 11 when content is added #430

HJK181 opened this issue Mar 13, 2017 · 3 comments

Comments

@HJK181
Copy link

HJK181 commented Mar 13, 2017

Description

The app-header-layout sticky footer demo doesn't work when content is added into the content div.

Expected outcome

The sticky footer is at the bottom of the inserted content

Actual outcome

The sticky footer stays at it's initial position at the view port bottom, not at the bottom of the content.

Live Demo

Steps to reproduce

  1. Put a sample-content element with size of 50 into the content div of the demo.
  2. Open the page in IE 11
  3. Scroll down and see the footer staying at its initial position.

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@HJK181 HJK181 changed the title Sticky footer doesn't work in IE 11 with when content is added Sticky footer doesn't work in IE 11 when content is added Mar 14, 2017
@frankiefu
Copy link
Contributor

The app-layout/app-header-layout/demo/footer.html demo seems to work fine for me in IE11 now. Please let us if you still see the issue.

@abdonrd
Copy link
Member

abdonrd commented Dec 15, 2017

I have the same issue:

screen shot 2017-12-15 at 15 28 21

@keanulee
Copy link
Contributor

If this is IE11 specific, it could be a bug with their vertical flexbox layout. In the footer demo, the <div class="content"> element is flex: 1 so it should take up the remainder of the vertical space.

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

No branches or pull requests

4 participants