Skip to content

Instantly share code, notes, and snippets.

@combatwombat
Created August 24, 2023 19:03
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 combatwombat/30b5ac7650f5388fae5c7e2395ba2195 to your computer and use it in GitHub Desktop.
Save combatwombat/30b5ac7650f5388fae5c7e2395ba2195 to your computer and use it in GitHub Desktop.
scrollbars everywhere!
* {
overflow-y: scroll !important;
}
* * {
transform: translateY(1px) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment