Currently, I am utilizing flex with a row direction for a set of items with fixed widths causing overflow and a horizontal scrollbar, which is the desired outcome.
Nevertheless, my requirement is for the first column in these rows to be full-width, while the remaining items flow below with the horizontal scroll. This restriction eliminates the option of using wrap.
You can view the page at the following link:
Please note: The full-width heading should only be visible on mobile devices.
Beneath "Calendar Year Deductible," there are row titles such as "Individual" & "Family." These particular items should expand to full width when viewed on a mobile device.
Thank you.