fix(inputs): add z-index for all inputs

fixes #16157
This commit is contained in:
Manu Mtz.-Almeida
2018-10-31 14:36:29 +01:00
committed by Manu MA
parent 9da51b3984
commit 92ee4efb12
6 changed files with 8 additions and 1 deletions

View File

@ -41,6 +41,8 @@
color: var(--color);
font-family: $font-family-base;
z-index: $z-index-item-input;
}
:host(.ion-color) {