I found the problem. I had this in index.css.
.MuiInputLabel-outlined { transform: translate(12px, 14px) scale(1) !important; }
How can I disable this only on DateTimePicker but leave it as it is on everything else?