diff --git a/scss/_tabbed-carousel.scss b/scss/_tabbed-carousel.scss index 980e0a5..e57b507 100644 --- a/scss/_tabbed-carousel.scss +++ b/scss/_tabbed-carousel.scss @@ -33,6 +33,10 @@ &[aria-selected='true'] { border-color: $color-selected; } + + > img { + pointer-events: none; + } } &__tabpanel-title {