We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.10.0
IE11
Windows 8.1 on VirtualBox VM
Component in hero section should be centered both horizontally and vertically.
The component is stuck at the top of the element
There is a known issue: https://connect.microsoft.com/IE/feedback/details/802625/min-height-and-flexbox-flex-direction-column-dont-work-together-in-ie-10-11-preview
The fix is to set a height rule on the hero element:
height
.hero { ... height: 360px; ... }
The text was updated successfully, but these errors were encountered:
Marking as "help wanted". Fix is detailed above. That code should go into demos/demos.css.
demos/demos.css
Sorry, something went wrong.
I'm hoping to start contributing to the project, and attempted to clone/fix/make a PR here:
#636
If there are any issues with it, please let me know!
b3b4173
No branches or pull requests
What MDC-Web Version are you using?
0.10.0
What browser(s) is this bug affecting?
IE11
What OS are you using?
Windows 8.1 on VirtualBox VM
What are the steps to reproduce the bug?
What is the expected behavior?
Component in hero section should be centered both horizontally and vertically.
What is the actual behavior?
The component is stuck at the top of the element
Any other information you believe would be useful?
There is a known issue: https://connect.microsoft.com/IE/feedback/details/802625/min-height-and-flexbox-flex-direction-column-dont-work-together-in-ie-10-11-preview
The fix is to set a
height
rule on the hero element:The text was updated successfully, but these errors were encountered: