Merge pull request #4414 from gabrielbazan7/fix/barLine

fix white line in ionic header in some devices
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-15 14:47:40 -03:00 committed by GitHub
commit 31dfea67e0

View file

@ -20,6 +20,10 @@
z-index: -1;
}
.bar {
border-bottom: none;
}
.ng-hide.ng-hide-animate {
display: none !important;
}