mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 07:49:33 +00:00
Use position: fixed for footer in error pages to get better positioning in the popup details fram
This commit is contained in:
parent
b781150ee9
commit
1af8558cf4
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ ul {
|
|||
|
||||
.footer {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue