.pdf-preview {
    position: relative;
}

.pdf-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    text-indent: -9999px; /* hides the text */
}
