The code for the footer is as follows:
<div class="wrapper">
<footer class="help1">
<div class="row help1">
<div class="container">
<div class="col span-1-of-2">
<div class="container">
<i class="fas fa-phone fa-3x phone-img"></i>
<p>Contact Details: +00 0000 0000 | +22 1212 2323</p>
</div>
</div>
<div class="col span-1-of-2 help">
<div class="container">
<p class="email"> <strong>Email-address</strong> :bme@gmail.com</p>
</div>
</div>
</div>
</div>
</footer>
</div>
The css code is as follows:
.help1
{
background-color: black;
color:white;
position: absolute;
bottom: 0;
width: 100%;
/* Footer height */
}
.wrapper
{
height:15%;
}
The footer overlaps with the vertical scroll bar. Any help would be appreciated