javascript - How to overwrite element style so it cannot be changed? -
i writing chrome extension , need make of elements' position relative. i've tried add position: relative !important;
body
's style. when scrolling page, js inside page changes style of body child element position: fixed
, becomes fixed. don't want happen, so, there way make of elements relative once , all?
i've tested behaviour on page: http://sandesh.epapr.in/709519/ahmedabad/02-02-2016#dual/4/3, want header , footer not fixed, no luck.
you cannot, change style more specificity or javascript.
Comments
Post a Comment