diff --git a/src/client/components/error.vue b/src/client/components/error.vue index 805fbdd2b..9c5eaa6e1 100644 --- a/src/client/components/error.vue +++ b/src/client/components/error.vue @@ -45,6 +45,8 @@ export default Vue.extend({ height: 150px; margin-bottom: 16px; border-radius: 16px; + pointer-events: none; + user-select: none; } } diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue index 7052d78a1..8601d17d0 100644 --- a/src/client/components/notes.vue +++ b/src/client/components/notes.vue @@ -94,6 +94,8 @@ export default Vue.extend({ height: 128px; margin-bottom: 16px; border-radius: 16px; + pointer-events: none; + user-select: none; } } diff --git a/src/client/pages/not-found.vue b/src/client/pages/not-found.vue index b477b70a1..da7f7c390 100644 --- a/src/client/pages/not-found.vue +++ b/src/client/pages/not-found.vue @@ -45,6 +45,8 @@ export default Vue.extend({ height: 150px; margin-bottom: 16px; border-radius: 16px; + pointer-events: none; + user-select: none; } } }