How can I make footer web component remain at the bottom of any page where it will be used? regardless of whether the content of the page is enough or not.
I have tried adding css
properties such as position: fixed;
and bottom: 0;
but on same pages the content goes behind the footer just remains in place.