Skip to content

Instantly share code, notes, and snippets.

@theKashey
Last active May 7, 2018 05:07
Show Gist options
  • Save theKashey/ccbc3b665af52a8838bf3921251fcc3a to your computer and use it in GitHub Desktop.
Save theKashey/ccbc3b665af52a8838bf3921251fcc3a to your computer and use it in GitHub Desktop.
import Locky from 'react-locky';
const LockedModal = () => (
// lock only scroll
<Locky noDefault events={{scroll:true}}>
// we are locking scroll only. There is no need to focus lock
Hey! You can only scroll only here
<div> scroll me </div>
</Locky>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment