Skip to content

Instantly share code, notes, and snippets.

@eramdam
Last active April 1, 2019 09:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eramdam/775ef08eb3c63ea4ffd935023f8ebfda to your computer and use it in GitHub Desktop.
Save eramdam/775ef08eb3c63ea4ffd935023f8ebfda to your computer and use it in GitHub Desktop.
Bottom tabs (Firefox Quantum)
#TabsToolbar {
position: fixed;
bottom: 0;
width: 100%;
background-color: var(--lwt-accent-color);
height: 33px;
}
.toolbar-items {
width: 100%;
}
.titlebar-buttonbox-container {
display: none;
}
.titlebar-spacer {
display: none;
}
#content-deck {
margin-bottom: 33px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment