From 83f13a94aee7471c68641867a9390ab9dd558814 Mon Sep 17 00:00:00 2001 From: Philipp Loose <37411699+phloose@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:46:55 +0200 Subject: [PATCH] refactor: enhance ux by using a sticky table head (#1024) --- jazzband/static/css/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 {