Difficile d'être claire sans screen, mais étant nouveau je ne trouve pas comment faire.
Voici les bouts de code pris en compte :
<footer >
<a href="TablePublic.php" class="bouton2">1</a>
<a href="TablePublic-2.php" class="bouton2_grey">🔒</a>
<a href="TablePublic-3.php" class="bouton2_grey">🔒</a>
<a href="TablePublic-4.php" class="bouton2_grey">🔒</a>
<a href="TablePublic-4.php" class="bouton2_grey">🔒</a>
<a href="TablePublic-4.php" class="bouton2_grey">🔒</a>
</footer>
footer {
position: fixed;
padding-top: 2%;
padding-bottom:2%;
overflow-y: scroll;
left:0;
Bottom : 0;
margin-left: 0;
margin-right: 0;
width: 100%;
background:linear-gradient(#06046e, #010431);
}