Skip to content

Instantly share code, notes, and snippets.

@TheFunctionalGuy
Created November 20, 2024 21:05
Show Gist options
  • Select an option

  • Save TheFunctionalGuy/36bc40f318a2906ec2b4e6e634f517d0 to your computer and use it in GitHub Desktop.

Select an option

Save TheFunctionalGuy/36bc40f318a2906ec2b4e6e634f517d0 to your computer and use it in GitHub Desktop.
Hide Tabs & Sidebar Header
/* Hide Tabs */
#TabsToolbar {
visibility: collapse;
}
/* Hide Sidebar Header */
#sidebar-header {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment