diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index d93913669..ff46b5602 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -84,7 +84,6 @@ @@ -413,13 +412,6 @@ export default { margin-inline: 4px 12px; color: var(--color-error); } - - &__menu.action-item { - position: sticky; - inset-block-start: var(--header-height); - // above other actions - z-index: 50; - } } &__description {