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
The top border of the footer gets rendered wrong on retina devices. As far as I know, you change the background-position to the top but you don't adjust the background-image: linear-gradient(...);. Because the transparent 1 px border is on top of the real border you get a "double border". I know, this is a very minor issue 😉
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.
The top border of the footer gets rendered wrong on retina devices. As far as I know, you change the
background-position
to the top but you don't adjust thebackground-image: linear-gradient(...);
. Because the transparent 1 px border is on top of the real border you get a "double border". I know, this is a very minor issue 😉I tested it with v1.0.0-beta.8 on iOS.
The text was updated successfully, but these errors were encountered: