I'm using the sticky position of html5 on several pages to make an effect on the site menu.
But it has pages that the internal content is very small, does not occupy even 150px in height and it happens that I can not use the footer with position fixed
because it would cover a lot of content on the other pages,
So what I would like to do is a type of min-bottom
as well as min-height
.
I use bootstrap 4 beta for the front end. Any tips?