Recently, I attempted to create a sticky footer using Flexboxes and the <Grid container>
Check out the code on Codesandbox
However, an issue arose - there was a strange whitespace below the footer.
https://i.sstatic.net/2YdaJ.png
After some experimentation, I discovered that the whitespace disappears when smaller text is placed in the first grid item of the footer.
https://i.sstatic.net/HMr6Q.png
I am struggling to identify the source of this whitespace. Any assistance would be greatly appreciated.