fix: responsive scroll
This commit is contained in:
parent
43c2a12613
commit
dadad2e489
1 changed files with 4 additions and 1 deletions
|
|
@ -475,7 +475,10 @@ onMounted(async () => {
|
|||
</nav>
|
||||
</section>
|
||||
</template>
|
||||
<div class="surface-1 q-pa-md full-width">
|
||||
<div
|
||||
class="surface-1 q-pa-md full-width"
|
||||
style="overflow-x: scroll"
|
||||
>
|
||||
<ProductItem
|
||||
:agent-price="agentPrice"
|
||||
@delete="toggleDeleteProduct"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue