I have a popup that comes up over a blanket div that greys out the entire screen, but I don't like its positioning. So I tried to manually enter left:
and top:
elements into my CSS, but when I look at Chrome's console, there's this element.style {}
that's overriding my code.
I've searched my CSS file for element.style
and for 597px
and 794px
and I don't get hits on any of them.
What is this, and why does it have the values that it has?