Problem/Motivation
For complex main content flex grid layout rules that are applied to images, IE11 has a potential to wrongly calculate the height of images but still show them correctly. However, this can mess than with our footer bottom flex rules and div.page__main element will have a much bigger height.
For now, the only way to fix this is to disable our footer to bottom rules for IE11.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | disable-footer-to-bottom-rules-for-ie11-3082320-2.patch | 882 bytes | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #4
pivica commentedCommitted.