mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: select hover overflow
This commit is contained in:
parent
c1441d4994
commit
8c74d01716
1 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,10 @@ watch([scrollY, top, y], (newValues, oldValues) => {
|
|||
items-center
|
||||
gap-16px
|
||||
overflow-x-auto
|
||||
pb="24px md:0"
|
||||
pb-274px
|
||||
mb--250px
|
||||
md="overflow-x-visible pb-0 mb-0"
|
||||
class="no-scrollbar"
|
||||
>
|
||||
<CategorySelectBox
|
||||
v-model="selectedCategoryId"
|
||||
|
|
Loading…
Reference in a new issue