Skip to content

Commit 9550e11

Browse files
authored
Make table header sticky within doctable class (#1259)
1 parent 5d926b3 commit 9550e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/theme-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ div.soft-deprecation-notice blockquote.sidebar {
13671367
background: var(--dark-grey-color);
13681368
z-index: 1;
13691369
}
1370-
thead th {
1370+
.doctable thead th {
13711371
position: sticky;
13721372
top: 3rem;
13731373
}

0 commit comments

Comments
 (0)