placing everything in center of app messes up `DatePickerSingle` and `RadioItems`
问题 I am building a dash app, which as DatePickerSingle and RadioItems . I've placed everything in center to make it look like it's on mobile phone. Here's my css to center everything in my app: html * { width: 100%; max-width: 500px; margin: auto; } As you can see in the below image, two days from every week are not being displayed and arrows that take the user to next/previous month are shifted. Here's my CSS for DatePickerSingle : .DateInput{ margin: 0; padding: 0; background: #fff; position: