Make sure popover editor does not leave boundaries

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-04-06 10:52:05 +02:00
parent 3cd3046fd7
commit e451a82270
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 6 additions and 1 deletions

View File

@ -666,6 +666,10 @@
}
}
}
&[x-out-of-boundaries] {
margin-top: 75px;
}
}
.event-popover.tooltip[x-placement^='bottom'] {

View File

@ -25,7 +25,7 @@
:open="isOpen"
:auto-hide="false"
:placement="placement"
boundaries-element="#app-content"
:boundaries-element="boundaryElement"
open-class="event-popover"
trigger="manual">
<PopoverLoadingIndicator
@ -144,6 +144,7 @@ export default {
isOpen: false,
hasLocation: false,
hasDescription: false,
boundaryElement: document.querySelector('#app-content > .fc'),
}
},
watch: {