diff --git a/src/scss/_ctabox.scss b/src/scss/_ctabox.scss index ee9c535..cc3fb5f 100644 --- a/src/scss/_ctabox.scss +++ b/src/scss/_ctabox.scss @@ -28,6 +28,7 @@ &::before { content: ''; position: absolute; + pointer-events: none; z-index: 1; top: 0; bottom: 0; @@ -38,6 +39,7 @@ &::after { content: ''; position: absolute; + pointer-events: none; z-index: 1; top: 0; bottom: 0;