diff --git a/frontend_nuxt/components/DropdownMenu.vue b/frontend_nuxt/components/DropdownMenu.vue index 7223bb843..8cbefdf39 100644 --- a/frontend_nuxt/components/DropdownMenu.vue +++ b/frontend_nuxt/components/DropdownMenu.vue @@ -82,6 +82,7 @@ export default { .dropdown-item { padding: 8px 16px; white-space: nowrap; + cursor: pointer; } .dropdown-item:hover { background-color: var(--menu-selected-background-color);