So I've added cal-heatmap in my Shopify app, which uses the Polaris library for the UI. I'm having an issue where the calendar isn't fitting to my container. Originally I set the SVG to a max width and width of 100% to resolve the overflow scroll, but then I'm unable to see remaining days, clicking next does nothing because technically I'm already at the end of the calendar, but its actually just overflowing.
So I've added cal-heatmap in my Shopify app, which uses the Polaris library for the UI. I'm having an issue where the calendar isn't fitting to my container. Originally I set the SVG to a max width and width of 100% to resolve the overflow scroll, but then I'm unable to see remaining days, clicking next does nothing because technically I'm already at the end of the calendar, but its actually just overflowing.
Is there anyway to resolve this?
https://github.com/user-attachments/assets/e48b022c-fd0e-4b0a-991e-735e26b8d150
These are my options I've used, I haven't disabled dynamicDimension so I would've expected it to fit to my container.