-
Notifications
You must be signed in to change notification settings - Fork 86
FABs (ion-fab) with attributes top edge appear under ion-header with devices using Chrome version 71 #919
Comments
Move ion-fab into ion-header and use bottom edge |
While the suggestion by @HenintsoaAdri will work around the problem, I don't think that's the real solution here. The Ionic docs note putting the FABs in the content, and their docs also show this issue. Here's a link to a similar issue on the Ionic 4 project. That link has some more info about the cause of this behind the scenes. |
This worked for me |
If you use a segment component the suggestion by @HenintsoaAdri will not work. See forum link |
The suggested fix in the other Ionic 4 issue I linked to above is to add this to the app.scss:
It sounds like this will be the fix they eventually try to put back into Ionic 3 too. It requires a bit of regression testing, but that seemed to work for me. |
Can confirm this works on my ionic 3 project. Thanks @brassier @brandyscarney |
We're working to get the testing and release scripts back up and running on this repository but once we do we'll get this PR in: #942 And release a new Ionic 3. 🙂 In the meantime please use that workaround, thank you!! |
I'm submitting a ...
[x] bug report
Current behavior:
Go to https://ionicframework.com/docs/components/#fabs using Chrome version 71+,
The FABs that have attributes "top edge" are under the header in devices that use Chrome version 71+
Expected behavior:
The FABs should appear above the header
Steps to reproduce:
The quickest way to see this is to:
Go to Ionic docs for FAB https://ionicframework.com/docs/components/#fabs
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):https://forum.ionicframework.com/t/ionic-fabs-ion-fab-under-header-since-chrome-71/150188
The text was updated successfully, but these errors were encountered: