Sticky Flexbox Footer isn't Working – Twitter bootstrap
I'm trying to make a sticker footer by flexbox; however, it's not working. It's still up about half of the screen. Here's my HTML and CSS code: .page { flex: 1 0 auto; } html { height: 100%; } body…