Commit 8d421909 authored by Anton Ignatenko's avatar Anton Ignatenko

добавил комментарий к багфиксу

parent 027890df
...@@ -43,11 +43,11 @@ ...@@ -43,11 +43,11 @@
body { body {
// Типографика проекта — в блоке typo // Типографика проекта — в блоке typo
display: flex; // Исправляем баг в IE для min-height and flexbox (flex-direction:column)
flex-direction: column; // и прижимаем footer в IE 10-11
background-color: #fff; background-color: #fff;
margin: 0; margin: 0;
min-height: 100%; min-height: 100%;
display: flex;
flex-direction: column;
} }
[tabindex='-1']:focus { [tabindex='-1']:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment