Skip to content

Instantly share code, notes, and snippets.

@klzns
Created December 7, 2018 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klzns/0988bb147647cf83bbe3bdbf2144bc72 to your computer and use it in GitHub Desktop.
Save klzns/0988bb147647cf83bbe3bdbf2144bc72 to your computer and use it in GitHub Desktop.
Fade effect
<div className="w-100 absolute bottom-0"
style={{
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)',
maxHeight: '50px',
height: '100%',
pointerEvents: 'none',
}}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment