-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ion-fab position vertical="center" is not correct on dir="rtl" #22739
Comments
Thanks for the issue! This issue has been labeled as In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly. Thank you! |
Also if you set horizontal center it'll not align center because. |
Thanks for the issue. This has been resolved via #26986, and a fix will be available in Ionic Framework v7. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[x] 5.2.3
Current behavior:
ion-fab RTL not align in ios devices also for me in firefox but it is ok in android and chrome.
ion-fab RTL position end will put ion-fab to the right side instead of left side.
Expected behavior:
Steps to reproduce:
Related code:
ion-fab.fab-horizontal-end{ right: unset; left: calc(10px + var(--ion-safe-area-right, 0px)); }
Other information:
Ionic info:
Code reproduction: https://codepen.io/liamdebeasi/pen/porzjqm
The text was updated successfully, but these errors were encountered: