This is a screenshot of Chrome Developer Tools that shows the styling information.
Usually, the style is clearly defined in a specific CSS file (like in this screenshot, datepicker.css). I am attempting to modify the styling at the very top of the screenshot.
element.style {
display: block;
top: 452px
left: 7.6875px;
}
However, I have searched through all my CSS files and cannot locate where this particular style is coming from. Can anyone help me identify its source?