mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 09:57:21 +00:00
fix : menu scroll
This commit is contained in:
@@ -77,6 +77,7 @@ const onFilterChange = (value: string) => {
|
||||
:list="filterOptions"
|
||||
variant="medium"
|
||||
class="!w-auto min-w-[190px]"
|
||||
wrapper-class-name="!h-auto"
|
||||
:min-items-for-search="10"
|
||||
@update:value="onFilterChange"
|
||||
@escape="onEsc"
|
||||
@@ -133,6 +134,7 @@ const onFilterChange = (value: string) => {
|
||||
:list="filterOptions"
|
||||
variant="medium"
|
||||
class="!w-auto min-w-[190px]"
|
||||
wrapper-class-name="!h-auto"
|
||||
:min-items-for-search="10"
|
||||
@update:value="onFilterChange"
|
||||
@escape="onEsc"
|
||||
|
||||
Reference in New Issue
Block a user