Hi!
I created a datepicker and for some reason its not displaying properly.
The last column is getting cut off.
Its div has enough space.
Unsure what it could be, any ideas?
Hi!
I created a datepicker and for some reason its not displaying properly.
The last column is getting cut off.
Its div has enough space.
Unsure what it could be, any ideas?
This seems to be a bug in Dash as the examples provided here (https://dash.plot.ly/dash-core-components/datepickersingle) suffer the same problem.
oh lol indeed
@chriddyp bug found
Try messing around with ‘day_size’ property. I was having the same problem, but when I set the day_size to something larger (75 for example), the last row/col was not cut off. This is obviously just a work around until they fix bug.