Skip to content

Commit

Permalink
Merge branch 'master' into X2-10202
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Aug 28, 2024
2 parents c30a029 + 51c9027 commit 2179054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: "${{ secrets.ES_LINT_TOKEN }}"
token: "${{ github.token }}"
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const Search = ({
id: menuId,
className: clsx(
"ui-search-menu",
"absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-10 bg-white",
"absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",
{ hidden: !open },
),
})}
Expand Down

0 comments on commit 2179054

Please sign in to comment.