Skip to content

Commit 7b7824f

Browse files
author
Kristan Kenney
committed
Always show table headers when scrolling
1 parent 0e43d28 commit 7b7824f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

web/css/src/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
16201620
.table-header {
16211621
font-size: 0.95em !important;
16221622
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%) !important;
1623+
background-color: #fff;
16231624
border-left: 1px solid #d0d0d0 !important;
16241625
border-right: 1px solid #d0d0d0 !important;
16251626
border-bottom: 1px solid #d0d0d0 !important;
@@ -1636,6 +1637,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
16361637
overflow: hidden;
16371638
line-height: 1rem;
16381639
margin-top: 1px;
1640+
position: sticky;
1641+
top: 145px;
1642+
z-index: 1000;
16391643
}
16401644

16411645
.table-header:hover {

0 commit comments

Comments
 (0)