Skip to content

Instantly share code, notes, and snippets.

@aslafy-z
Created June 3, 2025 09:11
Show Gist options
  • Save aslafy-z/ffd2f79b485367c1c8541f40a9d81633 to your computer and use it in GitHub Desktop.
Save aslafy-z/ffd2f79b485367c1c8541f40a9d81633 to your computer and use it in GitHub Desktop.
Jenkins Sticky Sidebar
#tasks {
position: sticky;
top: 0;
z-index: 1000;
padding-top: 5em;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment