tailwindcss grid container
using
@nuxt/ui (tailwindcss)
I have a <u-dashboard-panel-content />
containing two "h-[50%]"
cards and I would like each having their default slot used by a grid made by columns occupying all the available space but overflow-x-scroll.
for this I have this structure inside a the card but anything I try either ends in a single row or the ul overflowing. could you enlighten me on how is this usually solved?
my next goal is to manage the overflow using dynamic tabs or pagination0 Replies