diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue
index 3cf91f8e..4ad4ec3a 100644
--- a/components/status/StatusPoll.vue
+++ b/components/status/StatusPoll.vue
@@ -46,7 +46,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0)
   <div flex flex-col w-full items-stretch gap-2 py3 dir="auto">
     <form v-if="!poll.voted && !poll.expired" flex="~ col gap3" accent-primary @click.stop="noop" @submit.prevent="vote">
       <label v-for="(option, index) of poll.options" :key="index" flex="~ gap2" items-center>
-        <input name="choices" :value="index" :type="poll.multiple ? 'checkbox' : 'radio'">
+        <input name="choices" :value="index" :type="poll.multiple ? 'checkbox' : 'radio'" cursor-pointer>
         {{ option.title }}
       </label>
       <button btn-solid mt-1>