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

Fixes #460 - modal component horizontally not centered in IE #692

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TK-one
Copy link

@TK-one TK-one commented Apr 21, 2017

Proposed solution

In modal component, modal horizontally not centered in IE 11 and IE lower version.
modal-content is child of absolute position div, there is a bug for margin: 0 auto; in IE, when it is child of parent which have absolute position.

margin: 0; will make modal horizontally centered in IE and it will not break anything.

Tradeoffs

Removing auto in margin will make modal horizontally centered in IE and it will not break anything.

Testing Done

Browsing local version of docs/_site.

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.

None yet

1 participant