Skip to content

Instantly share code, notes, and snippets.

@lattice0
Created August 25, 2018 18:49
Show Gist options
  • Save lattice0/ea82c9743fa340bfe46874404233906f to your computer and use it in GitHub Desktop.
Save lattice0/ea82c9743fa340bfe46874404233906f to your computer and use it in GitHub Desktop.
firefox multirow
/* Multi row tabs */
.tabbrowser-tab:not([pinned]) {
flex-grow:1 !important;
min-width:100px !important;
}
#tabbrowser-tabs .scrollbox-innerbox {
display: flex !important;
flex-wrap: wrap !important;
}
#tabbrowser-tabs .arrowscrollbox-scrollbox {
overflow: visible !important;
display: block !important;
}
.tab-stack {
width: 100%;
height: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment