79771442

Date: 2025-09-22 09:27:26
Score: 0.5
Natty:
Report link

Unset the max-width from the parent container and use the full vw centred

.overflow-slider {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shark Lasers