diff --git a/src/components/containers/CommentWrapper/styles.module.scss b/src/components/containers/CommentWrapper/styles.module.scss index 1e6d7755..2fe8a136 100644 --- a/src/components/containers/CommentWrapper/styles.module.scss +++ b/src/components/containers/CommentWrapper/styles.module.scss @@ -37,6 +37,8 @@ animation: highlight 1s 0.5s forwards; background: transparentize($wisegreen, 0.7); border-radius: $radius; + pointer-events: none; + touch-action: none; } @include tablet {