On surface pro 7 footer is not at the bottom.
Any suggestions?
Thanx
can you give us a link to your project?
I found the solution here :
I was trying to fix it with position absolute and display block and so forth…
Flex did the job by wrapping the content in a div and applying: flex: 1;
or I least that’s what I understand.