I am using a footer as a Vue component importing it into all the pages (views). Unfortunately, it covers/blocks the bottom content of the page. What shall I change in the CSS?
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:#EB9BC3 ;
color: white;
text-align: center;
}