Skip to content

Instantly share code, notes, and snippets.

@ali80
Created April 14, 2021 11:42
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 ali80/6d46a92422f6bd93167b462149947ee0 to your computer and use it in GitHub Desktop.
Save ali80/6d46a92422f6bd93167b462149947ee0 to your computer and use it in GitHub Desktop.
Custom CSS for VSCode tabbar fix
.tabs-and-actions-container .editor-actions {
display: none !important;
position: absolute;
top: 35px;
right: 0;
z-index: 1;
background-color: #2D2D2D;
}
.tabs-and-actions-container:hover .editor-actions {
display: flex !important;
}
.title.tabs.show-file-icons {
overflow: unset !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment