Skip to content

v4: <ion-header> overlaps the phone menu #14819

@vadost

Description

@vadost

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:

  1. Сreated a project with tabs using the CLI
  2. Added color to ion-toolbar
  3. Opened in the Ionic DevApp
  4. 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>

ionic-test

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions