]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1621160 - First row of stagger column headers will be hidden when table header...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 12 Mar 2020 15:33:36 +0000 (11:33 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 15:33:36 +0000 (11:33 -0400)
skins/standard/buglist.css

index 8e543a0df28e982622a8164f160d8d0329412ff6..f2bc84de911e429aa51cfd225a3adf13e819d844 100644 (file)
@@ -55,7 +55,7 @@
   box-shadow: var(--primary-region-box-shadow);
 }
 
-.bz_buglist_header {
+.bz_buglist thead {
   position: sticky;
   top: 0;
   background: var(--grid-header-background-color);