-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
Bug Report
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.0-rc.11 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-alpha.11
@angular-devkit/core : 0.7.0-rc.2
@angular-devkit/schematics : 0.7.0-rc.2
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0-rc.11
@ionic/schematics-angular : 1.0.0-rc.11
System:
NodeJS : v8.11.1 (/usr/local/bin/node)
npm : 5.6.0
OS : macOS High Sierra
Describe the Bug
If you add a color to the tooltip, you will see that the header overlaps the time-indicator and the battery elements
Steps to Reproduce
Steps to reproduce the behavior:
- Сreated a project with tabs using the CLI
- Added color to ion-toolbar
- Opened in the Ionic DevApp
- See Toolbar overlays the battery time and charge indicator
Related Code
<ion-header>
<ion-toolbar color="secondary">
<ion-title>public</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
</ion-content>
