fix white line in ionic header in some devices

This commit is contained in:
Gabriel Bazán 2016-06-15 14:26:31 -03:00
commit 7bdcc755b5

View file

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