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

This commit is contained in:
forgejo-actions[bot] 2024-09-16 21:40:37 +00:00
parent 73ccdd477d
commit 58129ac9c2
36 changed files with 35 additions and 59 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
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
@ -40,11 +21,6 @@ body > .container {
font-size: 14px;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
textarea {
width: 100%;
}