Add mailserver and force footer to be above all else
This commit is contained in:
parent
622eb0ba3a
commit
44b13fe5f8
4 changed files with 11 additions and 2 deletions
|
@ -8,4 +8,5 @@ footer {
|
|||
padding: 0.6em 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 0.9em;
|
||||
z-index: 1000; /* Ensure the footer is above other elements */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue