You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Safe area padding on the bottom of the new ion-tab-bar does not display correctly. It adds the padding but the height of the bar does not change, shrinking the tab bar content instead:
Expected Behavior
Safe area padding should push the tab bar up instead of shrinking the content like so:
Additional Context
Was able to override this for now by using margin instead of padding:
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 Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
Safe area padding on the bottom of the new
ion-tab-bar
does not display correctly. It adds the padding but the height of the bar does not change, shrinking the tab bar content instead:Expected Behavior
Safe area padding should push the tab bar up instead of shrinking the content like so:
Additional Context
Was able to override this for now by using margin instead of padding:
The original implementation used padding though, so I don't feel like that is a permanent fix.
The text was updated successfully, but these errors were encountered: