fix: responsive scroll

This commit is contained in:
Methapon Metanipat 2024-10-07 09:44:24 +07:00
parent 43c2a12613
commit dadad2e489

View file

@ -475,7 +475,10 @@ onMounted(async () => {
</nav> </nav>
</section> </section>
</template> </template>
<div class="surface-1 q-pa-md full-width"> <div
class="surface-1 q-pa-md full-width"
style="overflow-x: scroll"
>
<ProductItem <ProductItem
:agent-price="agentPrice" :agent-price="agentPrice"
@delete="toggleDeleteProduct" @delete="toggleDeleteProduct"