fix: layouts and scrolls

This commit is contained in:
Mahyar Khanbolooki
2025-07-13 02:28:52 +03:30
parent 6c417f9725
commit 8834ff88d4
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ const MenuIndex = () => {
return (
<div className="flex flex-col gap-4 pt-4 items-center">
<div className="flex flex-col gap-4 items-center">
<SearchBox value={search} onChange={updateSearch} />
<HorizontalScrollView className="w-full noscrollbar py-4!">
{categories.map((item, index) => (