I am doing a popover to my application in ionic 3, and it works well but it is not seen in the same line. I explain myself with the image
As you can see the menuToggle, promotions and the Popover look uneven
my code where the menu is from:
<ion-header>
<ion-navbar>
<button ion-button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title text-left>{{params.title}}</ion-title>
<button ion-button float-right icon-only (click)="presentPopover($event)">
<ion-icon name="more"></ion-icon>
</button>
</ion-navbar>
</ion-header>
Another detail is that the popover is seen with that black background. the idea is to look like the other menutoggle button ... thanks. for your help