Skip to content
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

1px white-space horizontal line appearing above/below various elements #239

Open
NeoGenet1c opened this issue Jun 6, 2018 · 0 comments
Open
Labels

Comments

@NeoGenet1c
Copy link
Contributor

Mostly noticeable in IE11 where this sometimes happens between a homepage banner AND header strip.

It's always dependent on the height of content images (~ banner image) combined with the thickness of borders.

The most probable cause is the em/rem -> pixel fractions rounding that is implemented differently in every browser. And in some browsers, IE including, this rounding leaves a white 1px space line between an element and a border (instead of re-rendering the UI and positioning the element right behind/before a border).

Because of this, there's a chance to possibly find a hack that would enforce the correct rendering and removed the obsolete 1px space.

@NeoGenet1c NeoGenet1c added the bug label Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant