fix: select hover overflow

This commit is contained in:
DomWane 2024-09-19 17:55:34 +02:00
parent c1441d4994
commit 8c74d01716

View file

@ -82,7 +82,10 @@ watch([scrollY, top, y], (newValues, oldValues) => {
items-center items-center
gap-16px gap-16px
overflow-x-auto overflow-x-auto
pb="24px md:0" pb-274px
mb--250px
md="overflow-x-visible pb-0 mb-0"
class="no-scrollbar"
> >
<CategorySelectBox <CategorySelectBox
v-model="selectedCategoryId" v-model="selectedCategoryId"