javascriptcsszoom-sdkelementstyle

How to remove the temporary css codes


I need to disable the position: absolute; from the page this code is showing as temporary and when i open the page.php or View page source in browser don't show any thing about this short css codes

so how i can delete it?

enter image description here


Solution

  • you can rewrite the style prop on the element

    document.querySelector('.zoomContainer').style.position = value