This commit is contained in:
Peter Maquiran
2023-03-10 11:41:44 +01:00
parent 9c7281ce48
commit a25b8ba40f
6 changed files with 40 additions and 23 deletions
@@ -528,7 +528,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
async openOptions() {
const modal = await this.popoverController.create({
component: ChatPopoverPage,
cssClass: 'chat-popover',
cssClass: 'popover-bottom',
componentProps: {
roomId: this.roomId,
members: this.members,