Skip to content

Commit

Permalink
fix(Question): Do not place popover within question but on body
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored and backportbot-nextcloud[bot] committed Dec 26, 2023
1 parent e891c52 commit 63b666b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/Questions/Question.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
</div>
<NcActions v-if="!readOnly"
:id="actionsId"
:container="'#' + actionsId"
:force-menu="true"
placement="bottom-end"
class="question__header__title__menu">
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 63b666b

Please sign in to comment.