Type: bug
Ionic Version: 2.x
Platform: android 5.1 webview
When using fab that partially overlap the header bar, the shadow of the bar overlap the button.
Using a style like the one below temporary resolved the glitch:
.button-fab {
z-index:1
}
Hello! Thanks for opening an issue with us! Most likely this will be fixed as part of https://github.com/driftyco/ionic/issues/7505.
Hello, after testing the above PR i can say that this is fixed now and will be in the beta.21 release. Thanks for using Ionic!
馃憤 Thanks, I will give a try! Great job, keep it up!