0
The following code below 'builds' a toolbar at the top of the application/page. Basically a ion-toolbar
within a header
that is fixed positioned. I intend to remove the elevation from it but am not getting:
Code
<ion-header>
<ion-toolbar >
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title></ion-title>
</ion-toolbar>
</ion-header>
Imagery
How to remove ion-Toolbar elevation?
So simple, it was there in the documentation. I think I rolled the scroll really fast. Vlw.
– viana