working on user lost for admin

This commit is contained in:
2025-07-02 09:17:05 +02:00
parent 086f722074
commit 372cce43fa
7 changed files with 89 additions and 34 deletions

View File

@@ -35,9 +35,14 @@ button{
border-color: darkgray black black darkgray;
}
footer {
position: absolute;
position: sticky;
bottom: 0;
width: 100%;
text-align: center;
margin: 5px;
padding: 5px;
margin-top: 5px;
background: white;
border-color: cyan;
border-style: dashed;
border-width: 1px 0 0;
}