.nb-sticky-footer{
position: relative;
bottom: 0;
clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
width: 100%; background-color: #000000; }
.nb-sticky-footer__wrapper{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
body:not(:has(> footer)){
position: relative !important; }
footer{
position: relative;
}