Skip to content

Commit

Permalink
Disable scroll lock for dropdown version (#88)
Browse files Browse the repository at this point in the history
* 🐛 Enable page scroll

* 🐛 Fix fossa action version

* 🔧 Lock to the commit hash
  • Loading branch information
dej611 authored Nov 26, 2021
1 parent e85a11a commit f58c624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@v2

- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
uses: fossa-contrib/fossa-action@e015db70fcadbf6316ed25b4c0c264d78d971714
with:
fossa-api-key: cdee9889737a795723195b4b4f9494cf
1 change: 1 addition & 0 deletions src/dropdownVariant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const SPIDReactButton = ({
<FocusOn
onClickOutside={() => toggleDropdown(false)}
onEscapeKey={() => toggleDropdown(false)}
scrollLock={false}
enabled={openDropdown}
>
<div className={styles.container}>
Expand Down

1 comment on commit f58c624

@vercel
Copy link

@vercel vercel bot commented on f58c624 Nov 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.