-
Beta Was this translation helpful? Give feedback.
Answered by
gpbl
Mar 8, 2023
Replies: 1 comment
-
Yes, in v8 we removed this responsive behavior because it's better to be controlled by the developer. You can alter the behavior of the container via CSS, e.g.: .rdp-months {
flex-wrap: wrap;
} https://codesandbox.io/s/rdp-flex-wrap-hgkhqj?file=/src/styles.css:161-195 See Styling DayPicker to read how to style the component. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gpbl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, in v8 we removed this responsive behavior because it's better to be controlled by the developer. You can alter the behavior of the container via CSS, e.g.:
https://codesandbox.io/s/rdp-flex-wrap-hgkhqj?file=/src/styles.css:161-195
See Styling DayPicker to read how to style the component.