I'm trying to have a social share bar appear under the masthead/nav. Right now it's being obscured because of an inline style I don't control.
Here's what my wrapper div looks like on prod.
<div id="sharebar_801" class="sharebar-inline-desktop sharebar-wrapper sharebar-inline-mobile" i-amphtml-fixedid="F1" style="top: calc(0px);">
Weirdly on sandbox and on local, it does not have style="top: calc(0px);"
I can't override it with !important
since that would break validation, why is that style there and what can I do to remove it?