Hi
How can I remove the box around the DatePickerRange?
I can see it’s controlled by this style when I inspect the element, but none of my CSS files have anything related to this on line 732.
border : 1px solid #dbdbdb
In my layout, I have passed the following as part of dcc.DatePickerRange but the border is still there…
dcc.DatePickerRange(
style=dict(border='0px solid #dbdbdb')
)