Keep constant height
#1440
-
Currently the height of the rendered element changes depending on month. This causes:
My proposal is to add some way of keeping the height constant, without having to manually wrap it with a div with defined height that I have to calculate myself |
Beta Was this translation helpful? Give feedback.
Answered by
gpbl
Apr 16, 2022
Replies: 1 comment 1 reply
-
This is actually the desired solution. Another way is to use fixed weeks as explained here: https://react-day-picker.js.org/basics/customization#using-fixed-weeks |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gpbl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is actually the desired solution. Another way is to use fixed weeks as explained here: https://react-day-picker.js.org/basics/customization#using-fixed-weeks