Skip to content

Instantly share code, notes, and snippets.

@yashsharma04
Created August 28, 2020 05:46
Show Gist options
  • Save yashsharma04/407e0f3e91e8126e1fb238ce0b170a86 to your computer and use it in GitHub Desktop.
Save yashsharma04/407e0f3e91e8126e1fb238ce0b170a86 to your computer and use it in GitHub Desktop.
.scrollbarContainer {
overflow: scroll;
position: fixed;
bottom: 0;
width: 100%;
z-index: 1;
}
.scrollbarChild {
height: 1px;
z-index: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment