Skip to content

Commit 1d833c1

Browse files
committed
1 parent 9fc35fb commit 1d833c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqlpage/sqlpage.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ code {
9393
box-shadow: 3px 0 3px var(--tblr-border-color);
9494
}
9595

96+
/* Prevent the fixed headers from hiding the selected target row */
97+
.table-freeze-headers tr[id] {
98+
scroll-margin-top: 2.1rem;
99+
}
100+
96101
.article-text {
97102
font-size: 1.2em;
98103
line-height: 1.5em;

0 commit comments

Comments
 (0)