Skip to content

Commit 5d926b3

Browse files
authored
Sticky thead (#1258)
1 parent 2d4419c commit 5d926b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/theme-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,10 @@ div.soft-deprecation-notice blockquote.sidebar {
13671367
background: var(--dark-grey-color);
13681368
z-index: 1;
13691369
}
1370+
thead th {
1371+
position: sticky;
1372+
top: 3rem;
1373+
}
13701374
#intro .background,
13711375
aside.tips,
13721376
.layout-menu {

0 commit comments

Comments
 (0)