diff --git a/app/assets/stylesheets/utilities.css b/app/assets/stylesheets/utilities.css index e74a0f6db..050a152aa 100644 --- a/app/assets/stylesheets/utilities.css +++ b/app/assets/stylesheets/utilities.css @@ -97,6 +97,7 @@ /* Mouse pointer */ .non-clickable { cursor: default; + pointer-events: none; } /* Padding */