Merge pull request #15767 from nextcloud/fix/noid/topbar-calendar-popover

fix(CalendarEventsDialog): don't let popovers overlap
This commit is contained in:
Dorra 2025-09-01 11:27:33 +02:00 committed by GitHub
commit 0380de379a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -314,7 +314,8 @@ async function submitNewMeeting() {
<NcPopover :container="container"
:popper-hide-triggers="hideTriggers"
:no-focus-trap="!canScheduleMeeting && upcomingEvents.length === 0"
popup-role="dialog">
popup-role="dialog"
close-on-click-outside>
<template #trigger>
<NcButton class="upcoming-meeting"
:title="t('spreed', 'Upcoming meetings')"

View file

@ -72,7 +72,8 @@ async function extendOneToOneConversation() {
<template>
<NcPopover :container="container"
popup-role="dialog">
popup-role="dialog"
close-on-click-outside>
<template #trigger>
<NcButton variant="tertiary"
:title="t('spreed', 'Start a group conversation')"