Set container flex-basis to auto
Without flex-basis: auto, IE overlays the footer on top of long pages of text, as its position seems to be computed relative to the initial viewport.
This commit is contained in:
parent
091ba7b1d2
commit
bcf6253acc
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ ol ol {
|
|||
}
|
||||
|
||||
.container {
|
||||
flex: 1;
|
||||
flex: 1 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue