79456998

Date: 2025-02-21 10:13:56
Score: 1
Natty:
Report link

.print-footer {
    font-size: 14px;
    visibility: visible;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media print {
    .print-footer {
        position: absolute;  /* Change from fixed to absolute for print */
        bottom: 0;
    }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: abbas assaad