Skip to content

Instantly share code, notes, and snippets.

@memetican
Created August 3, 2023 23:14
Show Gist options
  • Save memetican/cee4f00740bdf464414b29f5843b9513 to your computer and use it in GitHub Desktop.
Save memetican/cee4f00740bdf464414b29f5843b9513 to your computer and use it in GitHub Desktop.
.scrollable-div {
position: relative;
overflow: auto;
}
.scrollable-div::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment