The following code below 'builds' a toolbar at the top of the application / page. Basically a ion-toolbar
within a header
that is fixed. I want to remove the elevation from it but I can not:
Code
<ion-header>
<ion-toolbar >
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title></ion-title>
</ion-toolbar>
</ion-header>
Image
How to remove the elevation of the ion-toolbar?