Trying to implement the footer staying at the bottom of my website like in this example. You can view my site here.
The method is successful, however, I am required to apply the style
style="min-height: 100vh;"
directly to the body element instead of using the class min-vh-100
.
If anyone could provide insight into why the class isn't functioning properly on my site, it would be greatly appreciated.