Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created February 19, 2021 16:08
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 carmoreira/084050d80f6b92ac2c665194b0d494c7 to your computer and use it in GitHub Desktop.
Save carmoreira/084050d80f6b92ac2c665194b0d494c7 to your computer and use it in GitHub Desktop.
Interactive Geo Maps Scroll on Right Content Container
.igm_content_right_1_3 {
overflow-y:scroll;
padding:15px;
max-height:400px;
border-bottom: 1px solid #f1f1f1;
}
.igm_content_right_1_3::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
.igm_content_right_1_3::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment