Extension breaks vertically centered page when enabled
Closed this issue · 1 comments
johnknoop commented
I believe this is related to the fact that this page is vertically centered (using flex), because I've used this extension on other sites without any problems.
Here's what happens when I turn on the extension:
It seems to be caused by the body
element getting height: auto;
when the extension is enabled.
jpedroribeiro commented
You're right, that body
style is not even needed anymore.
This was fixed with 4a7f3e1 and published to Chrome store. Hopefully they'll approve it soon.
Thanks for the feedback.