Hi,
I’m trying to customize a DatePickerSingle component in an app I’m making, but having a bit of trouble getting the layout that I want. Shortly described, I want the pop-up calendar to be bigger, so it is easier to navigate on a phone or tablet. Changing the size includes both the date number and all the different classes that constitutes the calender.
I’ve come quite far by inspecting the app via DevOps in Chrome, but I cannot figure how to make the container for the table dynamic, depending on how many rows that are needed to show all the days of the month, see picture below.
When I have the original styling, i.e., not using any of my own CSS for the DatePickerSingle, I can see that the height in the CSS code for some of the divs is either 300px or 319px, depending on the number of rows. Where can I find the original CSS style coding for the dash core components? I figure that could help me understand how to customize the components.
I have looked in the github repository (dash/components/dash-core-components at dev · plotly/dash · GitHub), but I can only find the javascript code for the components there.
Furthermore I have tried finding other topics here on the forum, and in this thread (Editing DateInput and SingleDatePicker style in css) I found a link to what seems to be some kind of repository (https://unpkg.com/browse/dash-core-components@0.12.3/dash_core_components/), but I couldn’t find the CSS-classes as I can see from DevOps.
So, in short, is there a public repository of how the components are styled originally?
Thanks in advance!