We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2705467 commit 56dae46Copy full SHA for 56dae46
ip.css
@@ -525,17 +525,6 @@ body {
525
text-decoration: underline;
526
}
527
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
-}
539
540
.links{
541
display: flex;
@@ -590,7 +579,16 @@ footer {
590
579
50% { opacity: 0.5; }
591
580
592
581
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;
+ box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
+}
594
595
footer p {
596
margin: 0;
0 commit comments