Skip to content

Commit 56dae46

Browse files
committed
fix: footer
1 parent 2705467 commit 56dae46

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

ip.css

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -525,17 +525,6 @@ body {
525525
text-decoration: underline;
526526
}
527527

528-
footer {
529-
overflow: hidden;
530-
background-color: #ebebeb;
531-
532-
padding: 10px;
533-
width: 100%;
534-
position: fixed;
535-
bottom: 0;
536-
left: 0;
537-
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
538-
}
539528

540529
.links{
541530
display: flex;
@@ -590,7 +579,16 @@ footer {
590579
50% { opacity: 0.5; }
591580
}
592581

593-
582+
footer {
583+
overflow: hidden;
584+
background-color: #ebebeb;
585+
padding: 10px;
586+
width: 100%;
587+
position: sticky;
588+
bottom: 0;
589+
left: 0;
590+
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
591+
}
594592

595593
footer p {
596594
margin: 0;

0 commit comments

Comments
 (0)