Skip to content

Instantly share code, notes, and snippets.

@oscarcs
Created January 16, 2019 20:54
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 oscarcs/fd5b7dc34aeacc1cab4982a7b8f8bacf to your computer and use it in GitHub Desktop.
Save oscarcs/fd5b7dc34aeacc1cab4982a7b8f8bacf to your computer and use it in GitHub Desktop.
Prevent tab scrolling in Firefox with Chrome-style skinny tabs
.tabbrowser-tab {
min-width: initial !important;
}
.tab-content {
overflow: hidden !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment