Skip to content

Instantly share code, notes, and snippets.

@ggnam
Created May 27, 2021 15:26
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 ggnam/cc01cd8c790b6a4436203b31424be2d3 to your computer and use it in GitHub Desktop.
Save ggnam/cc01cd8c790b6a4436203b31424be2d3 to your computer and use it in GitHub Desktop.
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* leaves space for the window buttons */
#nav-bar {
margin-top: -8px;
margin-bottom: -4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment