Wrap categories on mobile
This commit is contained in:
parent
e5f8748901
commit
b972d15b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ const categoriesSelectorCss = categories
|
||||||
</header>
|
</header>
|
||||||
<nav
|
<nav
|
||||||
id="category-picker"
|
id="category-picker"
|
||||||
class="flex flex-row mb-2 md:flex-col gap-2 md:gap-1 col-span-2 md:sticky md:top-4 row-span-1 md:mr-4"
|
class="flex flex-row flex-wrap mb-2 md:flex-col gap-2 md:gap-1 col-span-2 md:sticky md:top-4 row-span-1 md:mr-4"
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
categories.map((category) => (
|
categories.map((category) => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue