79370738

Date: 2025-01-20 08:57:50
Score: 1.5
Natty:
Report link

I have identified the root cause being:

.table {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

specifically overflow: hidden;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: foodsr