Created
January 16, 2019 20:54
-
-
Save oscarcs/fd5b7dc34aeacc1cab4982a7b8f8bacf to your computer and use it in GitHub Desktop.
Prevent tab scrolling in Firefox with Chrome-style skinny tabs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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