.iframe-wrapper {
  position: relative;
  height: 1500px;
  overflow: visible;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  position: relative;
}

.line-blocker {
  position: absolute;
  top: 0px; /* Adjust to match the actual line position */
  left: 0;
  width: 100%;
  height: 60px;
  background-color: black; /* Match your site background */
  z-index: 9999;
  pointer-events: none;
  transform: translateZ(0);
}