mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Merge pull request #15767 from nextcloud/fix/noid/topbar-calendar-popover
fix(CalendarEventsDialog): don't let popovers overlap
This commit is contained in:
commit
0380de379a
2 changed files with 4 additions and 2 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue