Fixed footer on certain browsers blocking text
All checks were successful
/ render (push) Successful in 35s

This commit is contained in:
Antoine Martin 2024-09-16 17:40:10 -04:00
parent 94a8b58355
commit 77c66f0752
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 1 additions and 25 deletions

View file

@ -9,25 +9,6 @@ a {
} }
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
padding-bottom: 15px;
background-color: #f5f5f5;
}
/* Custom page CSS /* Custom page CSS
-------------------------------------------------- */ -------------------------------------------------- */
/* Not required for template or sticky footer method. */ /* Not required for template or sticky footer method. */
@ -40,11 +21,6 @@ body > .container {
font-size: 14px; font-size: 14px;
} }
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
textarea { textarea {
width: 100%; width: 100%;
} }

View file

@ -94,7 +94,7 @@
<TMPL_IF TRAILS><TMPL_VAR TRAILS></TMPL_IF> <TMPL_IF TRAILS><TMPL_VAR TRAILS></TMPL_IF>
</div> <!-- /container --> </div> <!-- /container -->
<footer class="footer" role="contentinfo"> <footer class="footer mt-auto bg-light py-2" role="contentinfo">
<div class="container"> <div class="container">
<TMPL_IF FOOTER><TMPL_VAR FOOTER></TMPL_IF> <TMPL_IF FOOTER><TMPL_VAR FOOTER></TMPL_IF>
</div> </div>