.stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

/* Overwrite lexxy-editor toolbar button because the css-zero reset removes crucial display property. */
.lexxy-editor__toolbar-button {
    display: grid;
}
