diff --git a/jazzband/static/css/_base.scss b/jazzband/static/css/_base.scss index cc08c33f..79340c04 100644 --- a/jazzband/static/css/_base.scss +++ b/jazzband/static/css/_base.scss @@ -389,6 +389,10 @@ th { font-weight: $semi-bold; } table.projects-index { + thead { + position: sticky; + top: 0; + } td, th { &:first-child {