S
S
string0012017-04-15 21:27:37
css
string001, 2017-04-15 21:27:37

What to do with align-item: center in IE11?

Hello,
there is a website
Problem with footer in IE11, how to solve?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex, 2017-04-15
@string001

This is an IE bug .
You can solve it like this:

.page-footer:before {
    content: "";
    display: inline-block;
    min-height: 120px;
    visibility: hidden;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question