From 63b666b9c64b387abc8bd881ba8249aea9a49e2e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 24 Dec 2023 01:58:17 +0100 Subject: [PATCH] fix(Question): Do not place popover within question but on body Signed-off-by: Ferdinand Thiessen --- src/components/Questions/Question.vue | 8 -------- 1 file changed, 8 deletions(-) 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 {