_stretched-link.css 186 B

12345678910
  1. .stretched-link::after {
  2. position: absolute;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. z-index: 1;
  8. pointer-events: auto;
  9. content: "";
  10. background-color: rgba(0, 0, 0, 0); }