How to make footer that shows at least at the 100vh down?
I tried making footer component at root. Tsx that is below Routes component and giving body class of flex and 100vh
But it always shows up below navbar on csr, before content loads up.
2 Replies
Can you show the code you have?
perhaps use position sticky in css