Tried using developer tool to inspect elements, the divs that I didn't specifically style are all styled by React with
{position: relative; z-index: 1}
Is this auto-generated by React? Where can I find some reference about it? Why is React doing this?
Top comments (0)